import { TimeUnit } from "./types";
export declare const TIME_CONVERSION: Record<TimeUnit, number>;
