import type dayjsType from 'dayjs'; declare const dayjs: typeof dayjsType; export default dayjs; export type { Dayjs, PluginFunc } from 'dayjs';