declare enum IfcReflectanceMethodEnum { BLINN = 0, FLAT = 1, GLASS = 2, MATT = 3, METAL = 4, MIRROR = 5, PHONG = 6, PLASTIC = 7, STRAUSS = 8, NOTDEFINED = 9 } declare const IfcReflectanceMethodEnumCount = 10; export { IfcReflectanceMethodEnum, IfcReflectanceMethodEnumCount }; import MinimalPerfectHash from "../../indexing/minimal_perfect_hash.js"; declare let IfcReflectanceMethodEnumSearch: MinimalPerfectHash; export { IfcReflectanceMethodEnumSearch }; export declare function IfcReflectanceMethodEnumDeserializeStep(input: Uint8Array, cursor: number, endCursor: number): IfcReflectanceMethodEnum | undefined; //# sourceMappingURL=IfcReflectanceMethodEnum.gen.d.ts.map