import { CountryOrIso2 } from '../../types/countries';
export default function normalizeCountryIso2(countryOrIso2?: CountryOrIso2): string;
