import { Pool } from '@perk/concentrated-liquidity';
export declare const getMostLiquidPools: (pools: Pool[]) => Pool[];
