import { PluginFunc, ConfigType, OpUnitType } from '@edgeros/dayjs/src' declare const plugin: PluginFunc export = plugin declare module '@edgeros/dayjs/src' { interface Dayjs { isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]'): boolean } }