import { UNIST } from 'unist'; import { MDAST } from 'mdast'; import LaTeXCompiler from '../../LaTeXCompiler'; export default function reference(this: LaTeXCompiler, node: MDAST.LinkReference | MDAST.ImageReference, parent: UNIST.Parent): any;