import { Plugin } from "vuepress/core"; //#region src/node/plugin.d.ts declare function fontsPlugin(): Plugin; //#endregion export { fontsPlugin };