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