export declare const htmlToLinkHref: (html: string) => { error: Error; value?: undefined; } | { value: string; error?: undefined; }; //# sourceMappingURL=parse-link-html.d.ts.map