import { Command } from 'commander';
/**
 * Register all task-related commands
 */
export declare function registerTaskCommands(program: Command): void;
