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