import { UNIST } from 'unist'; import { MDAST } from 'mdast'; import LaTeXCompiler, { ConvertOptionsNode } from '../../LaTeXCompiler'; export default function table(this: LaTeXCompiler, node: MDAST.Table & ConvertOptionsNode, parent: UNIST.Parent): UNIST.Node;