import type { DetectedError } from './pattern-matcher.js'; export declare class SecurityDetector { detectErrors(code: string): DetectedError[]; private prioritize; } //# sourceMappingURL=security-detector.d.ts.map