/** * CLI Command: project-info * * Show comprehensive project information including structure, dependencies, and health */ import { Command } from "commander"; export declare const projectInfoCommand: Command; //# sourceMappingURL=project-info.d.ts.map