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