import { ICountry } from './interface/country.interface';
export declare const countries: Array<ICountry>;
