import { MDAST } from 'mdast'; import { UNIST } from 'unist'; import LaTeXCompiler from '../../LaTeXCompiler'; export default function link(this: LaTeXCompiler, node: MDAST.Link): UNIST.Node;