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