import type { ParsedAnnotation } from '../types/annotations.js'; import type { Pattern } from '../types/patterns.js'; export declare class PatternDetector { private readonly MIN_FREQUENCY_THRESHOLD; detectPatterns(annotations: ParsedAnnotation[]): Pattern[]; private detectVerificationGaps; private detectIncompleteTasks; private detectEnvironmentSpecificFailures; private detectAmbiguousObjectives; private calculateSeverity; private calculateCorrelationStrength; private getUniquePrompts; private truncateEvidence; } //# sourceMappingURL=pattern-detector.d.ts.map