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