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 dimensional_exponents extends StepEntityBase { get type(): EntityTypesAP214; private length_exponent_?; private mass_exponent_?; private time_exponent_?; private electric_current_exponent_?; private thermodynamic_temperature_exponent_?; private amount_of_substance_exponent_?; private luminous_intensity_exponent_?; get length_exponent(): number; get mass_exponent(): number; get time_exponent(): number; get electric_current_exponent(): number; get thermodynamic_temperature_exponent(): number; get amount_of_substance_exponent(): number; get luminous_intensity_exponent(): number; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=dimensional_exponents.gen.d.ts.map