declare const getEmojiFlag: (countryCode: string) => string;
declare const getCountryCode: (flagEmoji: string) => string;
export { getEmojiFlag, getCountryCode };
