export declare const ktxTranscoderUrls: {
    jsUrl: string;
    wasmUrl: string;
};
export declare function setKTXTranscoderPath(config: Partial<typeof ktxTranscoderUrls>): void;
