import { Emote, EmoteDictionary } from "../../types/Emote.js"; export declare class EmoteClient { private profileName; constructor(profileName: string); GetAllEmotesList(): Promise; GetAllEmotesDictionary(): Promise; }