declare function getCountriesList(countries: any[]): any[];
export declare const countryGetters: {
    getCountriesList: typeof getCountriesList;
};
export {};
