import StepEntityBase from "../step/step_entity_base.js"; import EntityTypesIfc from "./ifc4_gen/entity_types_ifc.gen.js"; import { IfcMaterialCache } from "./ifc_material_cache.js"; /** * Dump the OBJs in this to a particular folder * * @param from * @param folder The folder to dump to * @return {Promise} A promise to wait on when this completes. */ export declare function dumpMTLs(from: IfcMaterialCache, folder: string): Promise; /** * Build a set of hashes with their matching IFC curves. * * @param from * @yields {[StepEntityBase, Uint8Array]} A list of curves with * their corresponding hash. */ export declare function materialHashes(from: IfcMaterialCache): IterableIterator<[ StepEntityBase, Uint8Array ]>; //# sourceMappingURL=ifc_material_cache_node.d.ts.map