/** * devbox stop — stop the box (keeps worktree + container). */ import type { LauncherContext } from './context.js'; export declare function stop(ctx: LauncherContext, branch: string): Promise;