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