import type { MeasurementVariable } from 'cheminfo-types'; export declare function getConvertedVariable(variable: MeasurementVariable, newUnits: string): MeasurementVariable; //# sourceMappingURL=getConvertedVariable.d.ts.map