import { Country, Maybe } from './types';
export declare const byISOCode: (isoCode: string) => Maybe<Country>;
