export interface RoutesInvariantParams { fromToken: string; toToken: string; fromAmount: string; slippage: string | number | any; account: any; fromTokenDecimals: number; toTokenDecimals: number; }