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