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