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