import { Token } from "./tokenTypes"; export declare function tokenizeLatex(input: string): Token[]; //# sourceMappingURL=latexTokenizer.d.ts.map