import { RequestContextType } from '../core/network/constants'; import { APIError, GetPortfoliosParams, GetPortfoliosResponse } from './types'; /** * Retrieves the portfolios for the provided addresses * Supported networks: Base mainnet and Ethereum mainnet */ export declare function getPortfolios(params: GetPortfoliosParams, _context?: RequestContextType): Promise; //# sourceMappingURL=getPortfolios.d.ts.map