import MarkdownIt from 'markdown-it'; export declare const linkPlugin: (md: MarkdownIt, externalAttrs: Record<string, string>) => void;