export interface ProjectRecord { id: string; name: string; rootPath: string; workspacePath: string; updatedAt: string; readable: boolean; } export declare function scanProjects(rootPath: string): Promise; //# sourceMappingURL=project-scanner.d.ts.map