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