import type { hopDictionary, PoolDictionary } from '@balancer-labs/sor';
export declare function filterPoolsOfInterest(allPools: PoolDictionary, tokenIn: string, tokenOut: string, maxPools: number): [PoolDictionary, hopDictionary, hopDictionary];
//# sourceMappingURL=filter.d.ts.map