import { ASTNode } from "./ast"; export declare function toLatex(node: ASTNode): string; //# sourceMappingURL=toLatex.d.ts.map