/**
* Parses an emote offset string into a map that maps emote IDs to their position ranges.
*
* @param emotes The emote offset string.
*/exportdeclarefunctionparseEmoteOffsets(emotes?: string): Map<string, string[]>;
//# sourceMappingURL=emoteUtil.d.ts.map