export interface ProjectInfo { name: string; projectPath: string; phase?: string; quickContext?: string; hasAahp: boolean; } export declare function discoverProjects(): ProjectInfo[]; //# sourceMappingURL=projects.d.ts.map