import { simple_pair_range } from "./index.js"; import { length_measure } from "./index.js"; import { unlimited_range } 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 prismatic_pair_range extends simple_pair_range { get type(): EntityTypesAP214; private lower_limit_actual_translation_?; private upper_limit_actual_translation_?; get lower_limit_actual_translation(): length_measure | unlimited_range; get upper_limit_actual_translation(): length_measure | unlimited_range; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=prismatic_pair_range.gen.d.ts.map