import { CountryData, ParsedCountry } from '../../types';
export declare const parseCountry: (countryData: CountryData) => ParsedCountry;
