export declare const formatDate: (inputDate: string) => string; export declare const getDateShortFormatEU: (dateTimeToFormat: number) => string; export declare const getTimeShort24hFormat: (dateTimeToFormat: number) => string; export declare const getDateForDialog: (dateTimeToFormat: number) => string; export declare const formatShortTime3: (dateTimeToFormat: number) => string; export declare const formatShortTime4: (dateTimeToFormat: number) => string; //# sourceMappingURL=DateTimeFormatter.d.ts.map