export default function convertUnit(unit: number | string, multiplier?: number, unitType?: string): string;