import type { PluginFunction } from 'vuepress/core'; import type { CommentPluginOptions } from './options.js'; /** Comment Plugin */ export declare const commentPlugin: (options: CommentPluginOptions) => PluginFunction;