export type EmojiShape = { shortname: string; unicode: string }; export type ToneSet = EmojiShape[] | null;