import type { TimeUnit } from '../unit';
import type { TimeUnitLabel } from './label';
/**
 * Labels for each time unit including singular and plurals.
 *
 * @category Time Units
 */
export declare const timeUnitLabels: Record<TimeUnit, TimeUnitLabel>;
