export declare function hyperlink<C extends string>(content: C, url: URL): `[${C}](${string})`;
Formats the content and the URL into a masked URL