import { CountryWithCurrency, CurrencyState } from './currency'; export declare function getAllCurrencies(currencyState: CurrencyState): CountryWithCurrency[];