import { CurrencyAmount, Percent, TradeType } from '@wicchain/sdk'; import { SmartRouterTrade } from '../types'; export declare function maximumAmountIn(trade: Pick, 'inputAmount' | 'tradeType'>, slippage: Percent, amountIn?: CurrencyAmount): CurrencyAmount; export declare function minimumAmountOut(trade: Pick, 'outputAmount' | 'tradeType'>, slippage: Percent, amountOut?: CurrencyAmount): CurrencyAmount; //# sourceMappingURL=maximumAmount.d.ts.map