import type { LoaderParser } from '@pixi/assets';
import type { IBaseTextureOptions, Texture } from '@pixi/core';
/** Loads KTX textures! */
export declare const loadKTX: LoaderParser<Texture<import("@pixi/core").Resource> | Texture<import("@pixi/core").Resource>[], IBaseTextureOptions<any>, Record<string, any>>;
