import { PluginFunc, ConfigType } from '@edgeros/dayjs' declare const plugin: PluginFunc export = plugin declare module '@edgeros/dayjs' { interface Dayjs { calendar(referenceTime?: ConfigType, formats?: object): string } }