export declare enum Emote { Wave = "Wave", Heart = "Heart", PartyPopper = "PartyPopper", RaisedHand = "RaisedHand" } export declare const EMOTE_EMOJIS: { Wave: string; Heart: string; PartyPopper: string; RaisedHand: string; }; export declare const WaveEmotes: string[]; export declare const CONSTANT_PERMANENT_EMOTES: string[]; export declare const getAllEmotes: (tempEmotes: string[]) => string[]; export declare const EMOTE_RESET_SHORTCUT = "0"; export declare const EMOTE_SHORTCUTS: string[]; export declare const DEFAULT_TEMP_EMOTES: string[];