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