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