import { NetworkIdType } from '@sonarwatch/portfolio-core'; import { GaugesByPool } from '../types'; export declare function getBalancerGaugesV2(gaugesUrl: string, networkId: NetworkIdType): Promise;