import dayjs from 'dayjs'; import 'dayjs/locale/zh-cn'; export declare function dateFormat(date: string | number | Date, format?: string): string; export { dayjs };