import type { TextureLevel } from '@loaders.gl/schema';
export declare function isKTX(data: ArrayBuffer): boolean;
export declare function parseKTX(arrayBuffer: ArrayBuffer): TextureLevel[];
//# sourceMappingURL=parse-ktx.d.ts.map