import MarkdownIt from 'markdown-it'; export interface ParseLinkResult { position: number; href: string; } export declare const imageSize: MarkdownIt.PluginSimple; //# sourceMappingURL=index.d.ts.map