import type { AIType, DetectionResult } from '../types/index.js'; export declare function detectAIType(cwd?: string): DetectionResult; export declare function getAITypeDescription(aiType: AIType): string; //# sourceMappingURL=detect.d.ts.map