import { Currency, CurrencyAmount, TradeType } from '@wicchain/sdk'; import { TradeConfig, V4Trade } from './types'; export declare function getBestTrade(amount: CurrencyAmount, quoteCurrency: Currency, tradeType: TradeType, { candidatePools, gasPriceWei, maxHops, maxSplits }: TradeConfig): Promise | undefined>; //# sourceMappingURL=trade.d.ts.map