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