import { EvmNetworkIdType } from '@sonarwatch/portfolio-core'; import { Job } from '../../Job'; export default function getPoolsJob(networkId: EvmNetworkIdType, platformId: string, version: string, contractOrTheGraphUrl: string, forcedPools?: `0x${string}`[]): Job;