declare function blockQuote<Content extends string>(content: Content): `>>> ${Content}`;
Formats the content into a block quote.