export declare const convertMarkdownLinksToHTML: ({ text, target, }: { text: string; target?: "_blank" | "_self"; }) => string; //# sourceMappingURL=utils.d.ts.map