import { IfcModelProfile } from "./ifc_model_profile.js"; import { IfcProfileDef } from "./ifc4_gen/index.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 dumpProfileOBJs(from: IfcModelProfile, folder: string): Promise; /** * Build a set of hashes with their matching IFC curves. * * @param from * @yields {[IfcProfileDef, Uint8Array]} A list of curves with their corresponding hash. */ export declare function profileHashes(from: IfcModelProfile): IterableIterator<[ IfcProfileDef, Uint8Array ]>; //# sourceMappingURL=ifc_model_profile_node.d.ts.map