declare enum IfcTextPath { LEFT = 0, RIGHT = 1, UP = 2, DOWN = 3 } declare const IfcTextPathCount = 4; export { IfcTextPath, IfcTextPathCount }; import MinimalPerfectHash from "../../indexing/minimal_perfect_hash.js"; declare let IfcTextPathSearch: MinimalPerfectHash; export { IfcTextPathSearch }; export declare function IfcTextPathDeserializeStep(input: Uint8Array, cursor: number, endCursor: number): IfcTextPath | undefined; //# sourceMappingURL=IfcTextPath.gen.d.ts.map