import MarkdownIt = require("markdown-it");
declare function footnote_plugin(md: MarkdownIt): void;
export = footnote_plugin;
