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