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