import { ProjectInfo, AggregatedHealth } from '../types.js'; export declare class MultiProjectManager { private registry; constructor(); private loadRegistry; private saveRegistry; addProject(dir: string): Promise; removeProject(dir: string): Promise; listProjects(): Promise; scanDirectory(parentDir: string): Promise; getAggregatedHealth(): Promise; } //# sourceMappingURL=multi-project.d.ts.map