export declare const pad: (value: number, length?: number) => string; export declare const getFormatter: (locale: string | undefined, options: Intl.DateTimeFormatOptions) => Intl.DateTimeFormat; export declare const formatTwoDigits: (value: number, locale?: string) => string; export declare const numericDateOptions: Intl.DateTimeFormatOptions;