import { EvmNetworkIdType } from '@sonarwatch/portfolio-core'; export declare function getBalances(owner: string, addresses: string[], networkId: EvmNetworkIdType): Promise<(bigint | null)[]>;