/** * Four.meme 内盘快捷批量换手(Merkle Bundle)— 资金利用率模式流程 */ import type { FourQuickBatchSwapResult, FourQuickBatchSwapSignParams } from '../types/index.js'; /** * Four 内盘快捷批量换手(资金利用率模式) */ export declare function fourQuickBatchSwapMerkle(params: FourQuickBatchSwapSignParams): Promise;