declare const getCountry: () => Promise<string>;
export default getCountry;
