import { GLTFParser } from 'three/examples/jsm/loaders/GLTFLoader.js'; export declare const khrMaterialsVariantsGLTF = "KHR_materials_variants"; export declare class GLTFMaterialsVariantsExtensionImport { parser: GLTFParser; name: string; constructor(parser: GLTFParser); afterRoot(gltf: any): Promise; } //# sourceMappingURL=../../../src/plugins/extras/helpers/GLTFMaterialsVariantsExtensionImport.d.ts.map