import type { ActiveHeaderLinksPluginOptions } from '@vuepress/plugin-active-header-links'; import type { DefaultThemePluginsOptions } from '../../shared'; /** * Resolve options for @vuepress/plugin-active-header-links */ export declare const resolveActiveHeaderLinksPluginOptions: (themePlugins: DefaultThemePluginsOptions) => ActiveHeaderLinksPluginOptions | boolean;