import { Loadersettings } from './ifc_api'; import { IfcApiModelPassthrough } from './ifc_api_model_passthrough'; /** * The factory to construct models. */ export declare class IfcApiModelPassthroughFactory { /** * * @param modelID * @param data * @param wasmModule * @param settings * @return {IfcApiModelPassthrough | undefined} */ static from(modelID: number, data: Uint8Array, wasmModule: any, settings?: Loadersettings): IfcApiModelPassthrough | undefined; } //# sourceMappingURL=ifc_api_model_passthrough_factory.d.ts.map