declare function codeBlock<Content extends string>(content: Content): `\`\`\`\n${Content}\n\`\`\``;
Wraps the content inside a code block with no language.