import type { App } from '@vuepress/core'; import type { MarkdownEnhanceOptions } from '../shared'; export declare const usePlugins: (app: App, markdownOptions: MarkdownEnhanceOptions) => void;