import { NetworkIdType } from '@sonarwatch/portfolio-core'; import { CoingeckoCoinsListResponse } from '../../utils/coingecko/types'; export default function getTopAddresses(networkId: NetworkIdType, coingeckoCoinsListResponse: CoingeckoCoinsListResponse): Promise;