import { EvmNetworkIdType, PortfolioAssetToken } from '@sonarwatch/portfolio-core'; import { Cache } from '../../Cache'; export declare function getTokenAssets(owner: string, addresses: string[], networkId: EvmNetworkIdType, cache: Cache): Promise;