import type { Plugin } from 'vuepress/core';
import type { MarkdownMathPluginOptions } from './options.js';
export declare const markdownMathPlugin: ({ type, ...options }?: MarkdownMathPluginOptions) => Plugin;
