/** * 归集(sweepWithBundleMerkle)— 原生币无多跳分支 */ import type { SweepBranchContext, SweepBranchResult } from './context.js'; export declare function sweepNativeNoHop(ctx: SweepBranchContext): Promise;