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