import { ChainId, Currency, TradeType } from '@synthra-swap/sdk/core'; import { Trade } from './router-sdk'; import { MethodParameters, RouteWithValidQuote, SwapOptions } from '..'; export declare function buildTrade(tokenInCurrency: Currency, tokenOutCurrency: Currency, tradeType: TTradeType, routeAmounts: RouteWithValidQuote[]): Trade; export declare function buildSwapMethodParameters(trade: Trade, swapConfig: SwapOptions, chainId: ChainId): MethodParameters;