import { IfcGroup } from "./index.js"; import { IfcCostValue } from "./index.js"; import { IfcOrganization } from "./index.js"; import { IfcPerson } from "./index.js"; import { IfcPersonAndOrganization } 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 IfcAsset extends IfcGroup { get type(): EntityTypesIfc; private Identification_?; private OriginalValue_?; private CurrentValue_?; private TotalReplacementCost_?; private Owner_?; private User_?; private ResponsiblePerson_?; private IncorporationDate_?; private DepreciatedValue_?; get Identification(): string | null; get OriginalValue(): IfcCostValue | null; get CurrentValue(): IfcCostValue | null; get TotalReplacementCost(): IfcCostValue | null; get Owner(): IfcOrganization | IfcPerson | IfcPersonAndOrganization | null; get User(): IfcOrganization | IfcPerson | IfcPersonAndOrganization | null; get ResponsiblePerson(): IfcPerson | null; get IncorporationDate(): string | null; get DepreciatedValue(): IfcCostValue | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcAsset.gen.d.ts.map