import { GetPoolPrams, InfinityPoolState } from '../getPool'; export interface InfinityCLPoolState extends InfinityPoolState { poolType: 'CL'; } export declare const getCLPool: ({ currencyA, currencyB, fee, sqrtRatioX96, liquidity, tickCurrent, tickSpacing, ticks, }: Omit) => InfinityPoolState; //# sourceMappingURL=getCLPool.d.ts.map