import { IfcExternalInformation } from "./index.js"; import { IfcOrganization } from "./index.js"; import { IfcPerson } from "./index.js"; import { IfcPersonAndOrganization } from "./index.js"; import { IfcDocumentConfidentialityEnum } from "./index.js"; import { IfcDocumentStatusEnum } 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 IfcDocumentInformation extends IfcExternalInformation { get type(): EntityTypesIfc; private Identification_?; private Name_?; private Description_?; private Location_?; private Purpose_?; private IntendedUse_?; private Scope_?; private Revision_?; private DocumentOwner_?; private Editors_?; private CreationTime_?; private LastRevisionTime_?; private ElectronicFormat_?; private ValidFrom_?; private ValidUntil_?; private Confidentiality_?; private Status_?; get Identification(): string; get Name(): string; get Description(): string | null; get Location(): string | null; get Purpose(): string | null; get IntendedUse(): string | null; get Scope(): string | null; get Revision(): string | null; get DocumentOwner(): IfcOrganization | IfcPerson | IfcPersonAndOrganization | null; get Editors(): Array | null; get CreationTime(): string | null; get LastRevisionTime(): string | null; get ElectronicFormat(): string | null; get ValidFrom(): string | null; get ValidUntil(): string | null; get Confidentiality(): IfcDocumentConfidentialityEnum | null; get Status(): IfcDocumentStatusEnum | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcDocumentInformation.gen.d.ts.map