import { BrainInsight, A11yIssue } from '../types.js'; export declare class AccessibilityChecker { private projectDir; constructor(projectDir: string); analyzeProject(maxFiles?: number): Promise; analyzeFile(filePath: string): A11yIssue[]; private issueToInsight; private collectTemplateFiles; } //# sourceMappingURL=accessibility-checker.d.ts.map