export declare function latexToMathML(latex: string, inline: boolean): { error?: undefined; mathML: string; } | { error: string; };