import { Currency, CurrencyAmount, TradeType } from '@wicchain/sdk'; import { BestTradeOptions, TradeWithStableSwap } from './types'; export declare function getBestTradeFromStablePools(amount: CurrencyAmount, output: Currency, { maxHops, provider }: BestTradeOptions): Promise | null>; //# sourceMappingURL=getBestTradeFromStablePools.d.ts.map