import { SubgraphPoolBase, BalancerPoolTypes } from './types'; export declare function getPoolsApi(apiNetworkName: string, maxPoolCount?: number, enabledPoolTypes?: BalancerPoolTypes[], disabledPoolIds?: string[]): Promise;