declare enum IfcSIUnitName { AMPERE = 0, BECQUEREL = 1, CANDELA = 2, COULOMB = 3, CUBIC_METRE = 4, DEGREE_CELSIUS = 5, FARAD = 6, GRAM = 7, GRAY = 8, HENRY = 9, HERTZ = 10, JOULE = 11, KELVIN = 12, LUMEN = 13, LUX = 14, METRE = 15, MOLE = 16, NEWTON = 17, OHM = 18, PASCAL = 19, RADIAN = 20, SECOND = 21, SIEMENS = 22, SIEVERT = 23, SQUARE_METRE = 24, STERADIAN = 25, TESLA = 26, VOLT = 27, WATT = 28, WEBER = 29 } declare const IfcSIUnitNameCount = 30; export { IfcSIUnitName, IfcSIUnitNameCount }; import MinimalPerfectHash from "../../indexing/minimal_perfect_hash.js"; declare let IfcSIUnitNameSearch: MinimalPerfectHash; export { IfcSIUnitNameSearch }; export declare function IfcSIUnitNameDeserializeStep(input: Uint8Array, cursor: number, endCursor: number): IfcSIUnitName | undefined; //# sourceMappingURL=IfcSIUnitName.gen.d.ts.map