import type { Agent } from '../types'; import type { AdapterPaths, DetectionContext, DetectionResult } from './registry-types'; export declare function detectFromPaths(agent: Agent, binaryName: string | null, paths: AdapterPaths, context: DetectionContext, fallbackDetail: string): DetectionResult; export declare function directoryExists(path: string): boolean; //# sourceMappingURL=detection.d.ts.map