export declare function getFormatter(options: Intl.DateTimeFormatOptions): (locale: string | undefined, date: Date) => string; export declare function getNumberFormatter(options: Intl.NumberFormatOptions): (locale: string | undefined, number: number) => string; export declare const formatDate: (locale: string | undefined, date: Date) => string;