import type { KTXTexture } from '../types'; export declare function createLevelBuffersFromKTX(ktxTexture: KTXTexture): Uint8Array[];