import { CommentOptions } from '../typings'; import type { Plugin, PluginConfig } from '@vuepress/core'; export declare const commentPlugin: Plugin; export declare const comment: (options: CommentOptions | false) => PluginConfig;