import { FiatExchangeRates, WalletServicesOptions } from '../../sdk/WalletServices.interfaces'; export declare function updateChaintracksFiatExchangeRates(targetCurrencies: string[], options: WalletServicesOptions): Promise; export declare function updateExchangeratesapi(targetCurrencies: string[], options: WalletServicesOptions): Promise; export interface ExchangeRatesIoApi { success: boolean; timestamp: number; base: 'EUR' | 'USD'; date: string; rates: Record; } export declare function getExchangeRatesIo(key: string, symbols?: string[]): Promise; //# sourceMappingURL=exchangeRates.d.ts.map