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