import { Country } from './types';
export declare const getAllCountries: () => Country[];
