import Nast from 'notajs-types/nast'; declare function renderEquation(node: Nast.Equation): string; export default renderEquation; //# sourceMappingURL=equation.d.ts.map