/** * Converts an IFC to a `(baseName)(ifc).frag` File; `onProgress` reports a 0-1 fraction. * Pulls in the web-ifc WASM bootstrap, so this module must only be imported dynamically. */ export declare function convertIfcToFragmentsFile(file: File, onProgress?: (progress: number) => void): Promise; //# sourceMappingURL=convertIfcToFragmentsFile.d.ts.map