export declare const wechatEmojiMap: { [x: string]: string; }; export declare function wechatEmojify(content: string): string; export default wechatEmojify;