import { Diagnostic, Rule } from "@siteimprove/alfa-act"; import { type Element } from "@siteimprove/alfa-dom"; import { Err, Ok } from "@siteimprove/alfa-result"; import type { Page } from "@siteimprove/alfa-web"; import { Question } from "../common/act/index.ts"; /** * This rule always asks Whether the heading is descriptive. This * is not a nice experience for the end user and shouldn't be used until * backend can automatically determine the answer. */ declare const _default: Rule.Atomic, Question.Metadata, Element>; export default _default; /** * @public */ export declare namespace Outcomes { const HeadingIsDescriptive: Ok; const HeadingIsNotDescriptive: Err; } //# sourceMappingURL=rule.d.ts.map