type DateInput = string | number | Date; export declare const formatDate: (input: DateInput) => string; export declare const formatTime: (input: DateInput) => string; export {}; //# sourceMappingURL=format-date.d.ts.map