import { TranscodeResult } from "./AbstractTranscoder"; /** @internal */ export declare function TranscodeWorkerCode(): void; export declare const _init: () => (wasmBinary?: ArrayBuffer) => any; export declare const init: (wasmBinary?: ArrayBuffer) => any; export declare function transcode(buffer: Uint8Array, targetFormat: any, KTX2File: any): TranscodeResult;