/** * Four.meme Bundle 核心方法 — 批量买入流程 */ import type { FourBatchBuySignParams, FourBatchBuyMerkleResult } from '../types/index.js'; export declare function batchBuyWithBundleMerkle(params: FourBatchBuySignParams): Promise;