/** * Shell integration commands * @requirement REQ-FIX-006 - Shell CLI commands */ import { Command } from 'commander'; export declare function registerShellCommands(program: Command): void;