hyperlinkSummaryFormats the content and the URL into a masked URLexport declare function hyperlink<C extends string>(content: C, url: URL): `[${C}](${string})`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to displayurlURLNoThe URL the content links to