import { Importer } from '../../assetmanager';
import { KTXLoader } from 'three/examples/jsm/loaders/KTXLoader.js';
import { BaseImporterPlugin } from '../base/BaseImporterPlugin';
/**
 * Adds support for loading `.ktx`, `image/ktx` files and data uris.
 * @category Plugins
 */
export declare class KTXLoadPlugin extends BaseImporterPlugin {
    static readonly PluginType = "KTXLoadPlugin";
    protected _importer: Importer<KTXLoader>;
}
//# sourceMappingURL=../../src/plugins/import/KTXLoadPlugin.d.ts.map