import { getSupportedUnits } from "./converters";
export declare function convert(value: number, fromUnit: string, toUnit: string): number | string;
export { getSupportedUnits };
