export declare const formatDate: (value: string | number | Date, dateFormatter: string, timeFormatter: string) => string | number | Date;