import { pair_value } from "./index.js"; import { parameter_value } from "./index.js"; import { measure_with_unit } 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 configuration_definition extends StepEntityBase { get type(): EntityTypesAP214; private pair_values_?; private t_parameter_?; get pair_values(): Array; get t_parameter(): parameter_value | measure_with_unit; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=configuration_definition.gen.d.ts.map