import type { Markdown } from 'vuepress/markdown'; import type { PreWrapperOptions } from '../types.js'; export declare const preWrapperPlugin: (md: Markdown, { preWrapper }?: PreWrapperOptions) => void;