declare class TradeSizeExceedsError extends Error { maxAmountIn: string; constructor(_maxAmountIn: string); } export { TradeSizeExceedsError };