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