export declare type JSONEmojiFormat = {
    name: "emoji";
};
export declare function inferEmoji(value: string): JSONEmojiFormat | undefined;
