import type { EachCountry } from './constants.d';
export declare const getCountries: () => EachCountry[];
