import type { TimeUnit } from './unit';
export declare const timeConversions: Record<TimeUnit, Record<TimeUnit, number>>;
