import { IfcExternalInformation } 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 IfcClassification extends IfcExternalInformation { get type(): EntityTypesIfc; private Source_?; private Edition_?; private EditionDate_?; private Name_?; private Description_?; private Location_?; private ReferenceTokens_?; get Source(): string | null; get Edition(): string | null; get EditionDate(): string | null; get Name(): string; get Description(): string | null; get Location(): string | null; get ReferenceTokens(): Array | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcClassification.gen.d.ts.map