export interface DetectionResult { found: boolean; signal: string | null; foundAt: string | null; } export declare function detectProjectSignal(start: string): DetectionResult; export declare function isUnsuitableCwd(cwd: string, home: string): boolean; //# sourceMappingURL=detect.d.ts.map