import { PluginFunc } from '@edgeros/dayjs/src' declare const plugin: PluginFunc export = plugin declare module '@edgeros/dayjs/src' { interface Dayjs { isTomorrow(): boolean } }