import type { DetectedError } from './pattern-matcher.js'; export declare class ApiValidator { detectErrors(code: string, filename?: string): DetectedError[]; private visitNode; private looksLikeAsyncFunction; private getLineAndChar; private prioritize; } //# sourceMappingURL=api-validator.d.ts.map