import { MDAST } from 'mdast'; import LaTeXCompiler from '../../LaTeXCompiler'; export default function footnoteReference(this: LaTeXCompiler, node: MDAST.FootnoteReference): MDAST.FootnoteReference;