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