import { Currency, CurrencyAmount, TradeType } from '@wicchain/sdk'; import { TradeConfig, SmartRouterTrade } from './types'; export declare function getBestTrade(amount: CurrencyAmount, currency: Currency, tradeType: TradeType, config: TradeConfig): Promise | null>; //# sourceMappingURL=getBestTrade.d.ts.map