import { UNIST } from 'unist'; import { MDAST } from 'mdast'; import LaTeXCompiler, { ConvertOptionsNode } from '../../LaTeXCompiler'; export default function math(this: LaTeXCompiler, node: MDAST.Math & ConvertOptionsNode, parent: UNIST.Parent): UNIST.Node;