declare enum IfcDoorPanelOperationEnum { SWINGING = 0, DOUBLE_ACTING = 1, SLIDING = 2, FOLDING = 3, REVOLVING = 4, ROLLINGUP = 5, FIXEDPANEL = 6, USERDEFINED = 7, NOTDEFINED = 8 } declare const IfcDoorPanelOperationEnumCount = 9; export { IfcDoorPanelOperationEnum, IfcDoorPanelOperationEnumCount }; import MinimalPerfectHash from "../../indexing/minimal_perfect_hash.js"; declare let IfcDoorPanelOperationEnumSearch: MinimalPerfectHash; export { IfcDoorPanelOperationEnumSearch }; export declare function IfcDoorPanelOperationEnumDeserializeStep(input: Uint8Array, cursor: number, endCursor: number): IfcDoorPanelOperationEnum | undefined; //# sourceMappingURL=IfcDoorPanelOperationEnum.gen.d.ts.map