declare module 'markdown-it-footnote' {
  import MarkdownIt from 'markdown-it';
  export default function footnote_plugin(md: MarkdownIt): any;
}
