import type { PluginConfig } from "@mr-hope/vuepress-types"; import type { ResolvedHopeThemeConfig } from "../types"; export declare const getPluginConfig: (themeConfig: ResolvedHopeThemeConfig) => PluginConfig[];