import { kinematic_pair } from "./index.js"; import { surface } from "./index.js"; import EntityTypesAP214 from "./entity_types_ap214.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 surface_pair extends kinematic_pair { get type(): EntityTypesAP214; private surface_1_?; private surface_2_?; private orientation_?; get surface_1(): surface; get surface_2(): surface; get orientation(): boolean; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=surface_pair.gen.d.ts.map