import { LaTeXNode } from './types'; /** * Parse LaTeX string into an abstract syntax tree */ export declare function parseLaTeX(latex: string): LaTeXNode[];