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 IfcApproval extends StepEntityBase { get type(): EntityTypesIfc; private Identifier_?; private Name_?; private Description_?; private TimeOfApproval_?; private Status_?; private Level_?; private Qualifier_?; private RequestingApproval_?; private GivingApproval_?; get Identifier(): string | null; get Name(): string | null; get Description(): string | null; get TimeOfApproval(): string | null; get Status(): string | null; get Level(): string | null; get Qualifier(): string | null; get RequestingApproval(): IfcOrganization | IfcPerson | IfcPersonAndOrganization | null; get GivingApproval(): IfcOrganization | IfcPerson | IfcPersonAndOrganization | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcApproval.gen.d.ts.map