import { NetworkIdType } from '@sonarwatch/portfolio-core'; import { Token } from '../../plugins/tokens/types'; import { Cache } from '../../Cache'; export default function getTokensDetailsMap(tokensAddresses: string[], networkId: NetworkIdType, cache: Cache): Promise>;