export type TimeUnit = "h" | "m" | "s" | "ms"; export default function time_units(from: TimeUnit, to: TimeUnit, amount: number): string;