EmotesReturnTypes: {
    getEmotesForRaw: Awaited<ReturnType<APIEmotes["getEmotesFor"]>>;
    getEmotesForSuccess: CancelOutWebResponses<Awaited<ReturnType<APIEmotes["getEmotesFor"]>>>;
}