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