/** * EIP-7702 无币刷量 (Wash Mode) * * 每个钱包执行买入 + 卖出,不需要预先持有代币 * 只生成签名,由调用方决定如何提交 */ import { type WashVolumeParams, type WashVolumeResult } from './volume-helpers.js'; export declare function washVolume(params: WashVolumeParams): Promise;