export interface SystemCandidate { path: string; score: number; reasons: string[]; skipReasons: string[]; fileCount: number; shouldCapture: boolean; } export declare function isSystemCandidate(dirPath: string): Promise; //# sourceMappingURL=heuristics.d.ts.map