export declare const FORMAT_DATE_ONLY: Intl.DateTimeFormatOptions;
export declare const FORMAT_TIME_ONLY: Intl.DateTimeFormatOptions;
export declare const FORMAT_DATE_AND_TIME: Intl.DateTimeFormatOptions;
export declare function formatDate(date: Date, options?: Intl.DateTimeFormatOptions): string;
