import { Dayjs } from 'dayjs'; export declare const formatDate: (date: string | number | Date | Dayjs, format?: string) => string;