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