/** * Init Command - Initialize new project with AI Workflow * @requirement REQ-V2-003 - Missing init command (CRITICAL) */ import { Command } from 'commander'; /** * Register init command * @requirement REQ-V2-003 - CLI command registration */ export declare function registerInitCommand(program: Command): void;