declare enum IfcWindowStyleConstructionEnum { ALUMINIUM = 0, HIGH_GRADE_STEEL = 1, STEEL = 2, WOOD = 3, ALUMINIUM_WOOD = 4, PLASTIC = 5, OTHER_CONSTRUCTION = 6, NOTDEFINED = 7 } declare const IfcWindowStyleConstructionEnumCount = 8; export { IfcWindowStyleConstructionEnum, IfcWindowStyleConstructionEnumCount }; import MinimalPerfectHash from "../../indexing/minimal_perfect_hash.js"; declare let IfcWindowStyleConstructionEnumSearch: MinimalPerfectHash; export { IfcWindowStyleConstructionEnumSearch }; export declare function IfcWindowStyleConstructionEnumDeserializeStep(input: Uint8Array, cursor: number, endCursor: number): IfcWindowStyleConstructionEnum | undefined; //# sourceMappingURL=IfcWindowStyleConstructionEnum.gen.d.ts.map