export declare const getEmoji: (emoji: string) => string | undefined; export declare const getEmojiNameByCharacter: (emoji: string) => string | undefined;