import { UNIST } from 'unist'; import { MDAST } from 'mdast'; import LaTeXCompiler from '../../LaTeXCompiler'; export default function heading(this: LaTeXCompiler, node: MDAST.Heading): UNIST.Node;