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