/** * 归集(sweepWithBundleMerkle)— 多跳跳转链归集分支 */ import type { GeneratedWallet } from '../../../utils/wallet.js'; import type { SweepBranchContext, SweepBranchResult } from './context.js'; export declare function sweepWithHops(ctx: SweepBranchContext, preparedHops: (string | GeneratedWallet)[][]): Promise;