import { DateIsoString } from "./types/dateIsoString"; import { Iso3166Alpha2Code, Iso3166Alpha3Code, Iso3166NumericCode } from "./types/iso3166"; import { Iso4217Currency } from "./types/iso4217"; export declare function findIso4217CurrencyForIso3166Country(code: Iso3166Alpha2Code | Iso3166Alpha3Code | Iso3166NumericCode, statusForTheDay?: Date | DateIsoString): Iso4217Currency | undefined;