/** * `bober chat [team]` — Start an interactive bober chat session. * * The optional [team] positional argument selects the active team, routing * memory distill and spawned runs to that team's namespace. Omitting it uses * the built-in 'programming' team (default .bober/memory/ path). * * Error handling: CLI handlers MUST NOT throw. They set process.exitCode=1 * and return on all errors. Pattern mirrors src/cli/commands/memory.ts. */ import type { Command } from "commander"; export declare function registerChatCommand(program: Command): void; //# sourceMappingURL=chat.d.ts.map