import * as mdast from 'mdast'; import ReVIEWCompiler from '../../ReVIEWCompiler'; export default function footnote(this: ReVIEWCompiler, node: mdast.Footnote): mdast.FootnoteReference;