/** * devbox rm — remove container, worktree, and branch. */ import type { LauncherContext } from './context.js'; export declare function rm(ctx: LauncherContext, branch: string): Promise;