/** * Help CLI Command for Core Build * Comprehensive help and documentation * @requirement REQ-V2-003 - Help system */ import { Command } from 'commander'; /** * Register help command * @requirement REQ-V2-003 - CLI help command */ export declare function registerHelpCommand(program: Command): void;