import { IfcAxis2Placement2D } from "./index.js"; import { IfcAxis2Placement3D } from "./index.js"; import { IfcRepresentation } 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 IfcRepresentationMap extends StepEntityBase { get type(): EntityTypesIfc; private MappingOrigin_?; private MappedRepresentation_?; get MappingOrigin(): IfcAxis2Placement2D | IfcAxis2Placement3D; get MappedRepresentation(): IfcRepresentation; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcRepresentationMap.gen.d.ts.map