import { IfcGroup } from "./index.js"; import { IfcInventoryTypeEnum } from "./index.js"; import { IfcOrganization } from "./index.js"; import { IfcPerson } from "./index.js"; import { IfcPersonAndOrganization } from "./index.js"; import { IfcCostValue } from "./index.js"; import EntityTypesIfc from "./entity_types_ifc.gen.js"; import StepEntityInternalReference from "../../step/step_entity_internal_reference.js"; import StepEntityBase from "../../step/step_entity_base.js"; import StepModelBase from "../../step/step_model_base.js"; export declare class IfcInventory extends IfcGroup { get type(): EntityTypesIfc; private PredefinedType_?; private Jurisdiction_?; private ResponsiblePersons_?; private LastUpdateDate_?; private CurrentValue_?; private OriginalValue_?; get PredefinedType(): IfcInventoryTypeEnum | null; get Jurisdiction(): IfcOrganization | IfcPerson | IfcPersonAndOrganization | null; get ResponsiblePersons(): Array | null; get LastUpdateDate(): string | null; get CurrentValue(): IfcCostValue | null; get OriginalValue(): IfcCostValue | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcInventory.gen.d.ts.map