import { pair_value } from "./index.js"; import { ypr_rotation } from "./index.js"; import { rotation_about_direction } 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 spherical_pair_value extends pair_value { get type(): EntityTypesAP214; private input_orientation_?; get input_orientation(): ypr_rotation | rotation_about_direction; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=spherical_pair_value.gen.d.ts.map