export declare class MarkdownMathJax { options: any; adaptor: any; constructor(options?: any); text_to_mathjax(math: any, options?: any): any; }