import type MarkdownIt from 'markdown-it'; export declare const kTokMathBlock = "math_block"; export declare const kTokMathInline = "math_inline"; export declare function mathjaxPlugin(md: MarkdownIt, options?: { enableInlines?: boolean; }): void;