import { ProjectScanResult } from './types'; export declare function scanProject(rootPath: string): Promise; //# sourceMappingURL=scanner.d.ts.map