import { ICountry } from './countries'; declare const getCountry: (...args: any[]) => ICountry; export default getCountry;