declare function unitConversion(value: number, fromUnit: string, toUnit: string, withUnit?: boolean): string | number;

export { unitConversion };
