import type { CalendarResolution } from './types'; export declare const DECADE_RESOLUTION: CalendarResolution; export declare const YEAR_RESOLUTION: CalendarResolution; export declare const MONTH_RESOLUTION: CalendarResolution; export declare const WEEK_RESOLUTION: CalendarResolution; export declare const DAY_RESOLUTION: CalendarResolution; export declare const HOUR_RESOLUTION: CalendarResolution; export declare const MINUTE_RESOLUTION: CalendarResolution; export declare const SECOND_RESOLUTION: CalendarResolution;