export declare function hyperlink<Content extends string>(content: Content, url: URL): `[${Content}](${string})`;