declare enum IfcFlowDirectionEnum { SOURCE = 0, SINK = 1, SOURCEANDSINK = 2, NOTDEFINED = 3 } declare const IfcFlowDirectionEnumCount = 4; export { IfcFlowDirectionEnum, IfcFlowDirectionEnumCount }; import MinimalPerfectHash from "../../indexing/minimal_perfect_hash.js"; declare let IfcFlowDirectionEnumSearch: MinimalPerfectHash; export { IfcFlowDirectionEnumSearch }; export declare function IfcFlowDirectionEnumDeserializeStep(input: Uint8Array, cursor: number, endCursor: number): IfcFlowDirectionEnum | undefined; //# sourceMappingURL=IfcFlowDirectionEnum.gen.d.ts.map