import { PluginFunc, ConfigType, OpUnitType } from '@edgeros/dayjs/src' declare const plugin: PluginFunc export = plugin declare module '@edgeros/dayjs/src' { interface Dayjs { isSameOrBefore(date?: ConfigType, unit?: OpUnitType): boolean } }