import { Pool, PoolStat } from './types'; import { Cache } from '../../Cache'; export declare const getPools: (poolIds: string[], cache: Cache) => Promise<((Pool & PoolStat) | null)[]>;