/** * Projects Command - drift projects * * Manage multiple drift-initialized projects from a central registry. * Supports listing, switching, and organizing projects. * * Commands: * - drift projects list - List all registered projects * - drift projects switch - Switch active project * - drift projects add - Register a project * - drift projects remove - Unregister a project * - drift projects info - Show project details * - drift projects cleanup - Remove invalid projects */ import { Command } from 'commander'; export declare const projectsCommand: Command; //# sourceMappingURL=projects.d.ts.map