import type { Plugin } from "@mr-hope/vuepress-types"; import type { AddThisOptions } from "../types"; declare const addThisPlugin: Plugin; export = addThisPlugin;