export declare type TwitchEmoteSets = string[]; export declare function parseEmoteSets(emoteSetsSrc: string): TwitchEmoteSets; //# sourceMappingURL=emote-sets.d.ts.map