import type { DeterministicFinding } from "../types.js"; import type { Prose } from "./explain.js"; /** * An accessibility violation, said twice. * * The plain half leans on the one thing that makes these tickets confusing: the * screenshot usually looks fine, because the defect is in how the page is built * rather than in how it is drawn. Saying so is the difference between a reader * trusting the finding and a reader assuming lookout is wrong. */ export declare function axeProse(df: DeterministicFinding): Prose;