import { IfcObjectDefinition } from "./index.js"; import { IfcRepresentationContext } from "./index.js"; import { IfcUnitAssignment } 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 abstract class IfcContext extends IfcObjectDefinition { get type(): EntityTypesIfc; private ObjectType_?; private LongName_?; private Phase_?; private RepresentationContexts_?; private UnitsInContext_?; get ObjectType(): string | null; get LongName(): string | null; get Phase(): string | null; get RepresentationContexts(): Array | null; get UnitsInContext(): IfcUnitAssignment | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcContext.gen.d.ts.map