import type { Loader, LoaderParser } from '@pixi/assets';
import type { IBaseTextureOptions, Texture } from '@pixi/core';
/** Load KTX2 textures! */
export declare const loadKTX2: LoaderParser<Texture | Texture[], IBaseTextureOptions>;
export declare function loadKTX2BufferToTexture(byteArr: Uint8Array, fileName: string, loader: Loader): Promise<Texture | undefined>;
export declare function loadKTX2BufferToArray(byteArr: Uint8Array, fileName: string, loader: Loader): Promise<Texture[]>;
//# sourceMappingURL=loadKTX2.d.ts.map