import { IfcPersonAndOrganization } from "./index.js"; import { IfcApplication } from "./index.js"; import { IfcStateEnum } from "./index.js"; import { IfcChangeActionEnum } 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 IfcOwnerHistory extends StepEntityBase { get type(): EntityTypesIfc; private OwningUser_?; private OwningApplication_?; private State_?; private ChangeAction_?; private LastModifiedDate_?; private LastModifyingUser_?; private LastModifyingApplication_?; private CreationDate_?; get OwningUser(): IfcPersonAndOrganization; get OwningApplication(): IfcApplication; get State(): IfcStateEnum | null; get ChangeAction(): IfcChangeActionEnum | null; get LastModifiedDate(): number | null; get LastModifyingUser(): IfcPersonAndOrganization | null; get LastModifyingApplication(): IfcApplication | null; get CreationDate(): number; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcOwnerHistory.gen.d.ts.map