declare module "markdown-it-mark" { function plugin(md: any): void; export = plugin; }