import { Currency, CurrencyAmount, TradeType } from '@pancakeswap/sdk'; import { BestTradeOptions, TradeWithStableSwap } from './types'; export declare const getBestTradeExactIn: (amountIn: CurrencyAmount, output: Currency, options: BestTradeOptions) => Promise | null>; export declare const getBestTradeExactOut: (amountIn: CurrencyAmount, output: Currency, options: BestTradeOptions) => Promise | null>; //# sourceMappingURL=getBestTrade.d.ts.map