/** * PancakeSwap 官方 Router 交易模块 — 批量卖出 */ import type { FourPancakeProxyBatchSellSignParams, FourPancakeProxyBatchSellResult } from '../types/index.js'; /** * ✅ 使用 PancakeSwap 官方 Router 批量卖出代币 */ export declare function fourPancakeProxyBatchSellMerkle(params: FourPancakeProxyBatchSellSignParams): Promise;