import { Currency, CurrencyAmount, Trade, TradeType } from '@wicchain/sdk'; import { BestTradeOptions, StableSwapPair } from './types'; export declare function getBestTradeWithStableSwap(baseTrade: Trade, stableSwapPairs: StableSwapPair[], options: BestTradeOptions): Promise<{ tradeType: TradeType; inputAmount: CurrencyAmount; outputAmount: CurrencyAmount; route: import("./types").RouteWithStableSwap; }>; //# sourceMappingURL=getBestTradeWithStableSwap.d.ts.map