import { default as MarkdownIt } from 'markdown-it';
export declare const imagePlugin: (md: MarkdownIt) => void;
