export declare const DRACO_EXTERNAL_LIBRARIES: { /** The primary Draco3D encoder, javascript wrapper part */ DECODER: string; /** The primary draco decoder, compiled web assembly part */ DECODER_WASM: string; /** Fallback decoder for non-webassebly environments. Very big bundle, lower performance */ FALLBACK_DECODER: string; /** Draco encoder */ ENCODER: string; }; export declare const DRACO_EXTERNAL_LIBRARY_URLS: { [x: string]: string; }; export declare function loadDracoDecoderModule(options: any): Promise; export declare function loadDracoEncoderModule(options: any): Promise; //# sourceMappingURL=draco-module-loader.d.ts.map