import dayjs, { Dayjs, ConfigType } from 'dayjs'; declare const dtz: (date?: ConfigType) => dayjs.Dayjs; declare const TIME_FORMAT = 'YYYY-MM-DD HH:mm:ss'; declare function formatDate(date: ConfigType, withTimeout?: boolean): string; export { dayjs, dtz, Dayjs, TIME_FORMAT, formatDate };