import { Currency, CurrencyAmount, Trade, TradeType } from '@pancakeswap/sdk'; import { BestTradeOptions } from './types'; export declare const getBestTradeFromV2ExactIn: (amountIn: CurrencyAmount, output: Out, options: BestTradeOptions) => Promise | Trade | null>; export declare const getBestTradeFromV2ExactOut: (amountIn: CurrencyAmount, output: Out, options: BestTradeOptions) => Promise | Trade | null>; export declare function getBestTradeFromV2(amountIn: CurrencyAmount, output: TOutput, tradeType: TTradeType, options: BestTradeOptions): Promise | Trade | null>; //# sourceMappingURL=getBestTradeFromV2.d.ts.map