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"; declare const _default: Rule.Atomic, {}, Element>; export default _default; /** * @public */ export declare namespace Outcomes { const IsSufficient: Ok; const IsInsufficient: Err; const IsNormal: Err; } //# sourceMappingURL=rule.d.ts.map