/** * Four.meme Bundle 核心方法 — 批量卖出流程 */ import type { FourBatchSellSignParams, FourBatchSellMerkleResult } from '../types/index.js'; export declare function batchSellWithBundleMerkle(params: FourBatchSellSignParams): Promise;