import { NetworkIdType, TokenPrice } from '@sonarwatch/portfolio-core'; import { Cache } from '../../Cache'; /** * @deprecated * This function has been deprecated. Use the cache.getTokenPricesAsMap() instead. */ export default function getTokenPricesMap(tokensAddresses: string[], networkId: NetworkIdType, cache: Cache): Promise>;