import { IfcRelConnects } from "./index.js"; import { IfcExternalSpatialElement } from "./index.js"; import { IfcSpace } from "./index.js"; import { IfcElement } from "./index.js"; import { IfcConnectionGeometry } from "./index.js"; import { IfcPhysicalOrVirtualEnum } from "./index.js"; import { IfcInternalOrExternalEnum } 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 IfcRelSpaceBoundary extends IfcRelConnects { get type(): EntityTypesIfc; private RelatingSpace_?; private RelatedBuildingElement_?; private ConnectionGeometry_?; private PhysicalOrVirtualBoundary_?; private InternalOrExternalBoundary_?; get RelatingSpace(): IfcExternalSpatialElement | IfcSpace; get RelatedBuildingElement(): IfcElement; get ConnectionGeometry(): IfcConnectionGeometry | null; get PhysicalOrVirtualBoundary(): IfcPhysicalOrVirtualEnum; get InternalOrExternalBoundary(): IfcInternalOrExternalEnum; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcRelSpaceBoundary.gen.d.ts.map