import { Command } from 'commander'; export declare function createProjectCommand(): Command; export declare function registerProjectCommand(): Command; export declare function removeProjectCommand(): Command; export declare function listProjectCommand(): Command; export declare function infoProjectCommand(): Command; /** * Create the project command group with all subcommands. */ export declare function createProjectGroup(): Command; //# sourceMappingURL=project.d.ts.map