import type { Plugin } from "@vuepress/core"; export declare const getActiveHeaderLinksPlugin: (activeHeaderLinks?: boolean) => Plugin | [ ];