import { DateIsoString } from "./types/dateIsoString"; import { Iso4217Currency } from "./types/iso4217"; export declare function getIso4217Currencies(statusForTheDay?: Date | DateIsoString): Iso4217Currency[];