import { CurrentRates } from '../interfaces'; export declare const currentRates: () => Promise; export declare const currentCoins: () => Promise;