declare function userMention<C extends Snowflake>(userId: C): `<@${C}>`;
Formats a user ID into a user mention