import { PluginFunc } from '@edgeros/dayjs/src' declare const plugin: PluginFunc export = plugin declare module '@edgeros/dayjs/src' { export function isMoment(input: any): boolean }