import { GenericEventType } from '../generic.types'; export declare type SmartSwapEventType = GenericEventType & { tokenInID: string; amountIn: string; tokenOutID: string; amountOut: string; feeAmount: string; };