/**
 * QQ表情映射
 * 按照表情ID的数字顺序排列
 */
export declare const EMOJI_MAP: Record<string, string>;
/**
 * 常用表情符号列表
 */
export declare const COMMON_EMOJIS: string[];
