import { HistoricalData, Timeframe, TokenWithBalance, TokenWithTokenData } from "../../core/types/tokens"; export declare const fetchHistoricalData: (coingeckoId: string, timeFrame: Timeframe) => Promise; export declare const fetchTokensData: (tokens: TokenWithBalance[]) => Promise;