import type { DetectedError } from './pattern-matcher.js'; export declare class ESLintIntegration { private eslint; private reactESLint; constructor(); detectErrors(code: string, filename?: string): Promise; private prioritize; } //# sourceMappingURL=eslint-integration.d.ts.map