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