/** * `bober worktree run [--allow-dirty] [--keep-on-success]` — launch a * pipeline run in an isolated git worktree. * * Error handling: CLI handlers MUST NOT throw. They set process.exitCode=1 and * return on all errors (Pattern C per briefing). * * Sprint 4 (cockpit-integration) */ import type { Command } from "commander"; export declare function registerWorktreeCommand(program: Command): void; //# sourceMappingURL=worktree.d.ts.map