import { Country } from './types'; export declare const getCountryByIso: (iso: string | undefined) => Country | undefined; //# sourceMappingURL=Countries.d.ts.map