import moment from 'dayjs'; /** * 格式化日期 * @param value 日期 * @param format YYYY-MM-DD */ export declare const normalizeValue: (value: any, format?: string) => moment.Dayjs;