import { type DetectedError } from './pattern-matcher.js'; import { type FileContext } from './cross-file-analyzer.js'; export declare class ErrorDetectionService { private patternMatcher; private eslint; private typescript; private contextual; private runtime; private performance; private security; private framework; private apiValidator; private crossFile; constructor(enableRuntime?: boolean, enablePerformance?: boolean, enableSecurity?: boolean, enableFramework?: boolean, enableApiValidation?: boolean, enableCrossFile?: boolean); detectErrors(code: string, filename?: string, files?: FileContext[]): Promise; private deduplicateAndPrioritize; } //# sourceMappingURL=index.d.ts.map