import type { Finding, Rule } from "../types.js"; import type { AxeViolation } from "../render/axe-runner.js"; export declare function detectAxeFindings(violations: AxeViolation[]): Finding[]; export declare const rule: Rule;