declare const dateFormat: (date: number | string | Date, format?: string, isUTC?: boolean) => string; export default dateFormat;