/** * Task CLI Commands for Core Build * @requirement REQ-V2-003 */ import { Command } from 'commander'; /** * Register task commands * @requirement REQ-V2-003 - Rich CLI for task management */ export declare function registerTaskCommands(program: Command): void;