import { Currency } from '@wicchain/swap-sdk-core'; import { V4ClPool } from '../../v3-router/types'; import { GetV4CandidatePoolsParams } from '../types'; export declare function getV4ClCandidatePools({ currencyA, currencyB, clientProvider, gasLimit, }: GetV4CandidatePoolsParams): Promise; export declare const getV4ClPoolsWithoutTicks: (pairs: [Currency, Currency][], provider?: import("../../v3-router/types").OnChainProvider, _blockNumber?: import("@wicchain/swap-sdk-core").BigintIsh) => Promise; //# sourceMappingURL=getV4ClPools.d.ts.map