export declare function getFormatter(options: Intl.DateTimeFormatOptions): (locale: string | undefined, date: Date) => string;
export declare const formatMonth: (locale: string | undefined, date: Date) => string;
export declare const formatShortMonth: (locale: string | undefined, date: Date) => string;
