import * as unist from 'unist'; import * as mdast from 'mdast'; import ReVIEWCompiler from '../../ReVIEWCompiler'; export default function heading(this: ReVIEWCompiler, node: mdast.Heading): unist.Node;