import { Iso3166Alpha2Code, Iso3166Alpha3Code, Iso3166Country, Iso3166NumericCode } from "./types/iso3166"; export declare function findIso3166Country(code: Iso3166Alpha2Code | Iso3166Alpha3Code | Iso3166NumericCode): Iso3166Country | undefined;