import { UNIST } from 'unist'; import LaTeXCompiler from '../../LaTeXCompiler'; export default function joinWithLineBreak(this: LaTeXCompiler, node: UNIST.Parent): UNIST.Node;