import { Rule } from "@siteimprove/alfa-act"; import { Element } from "@siteimprove/alfa-dom"; import type { Option } from "@siteimprove/alfa-option"; import { Err, Ok } from "@siteimprove/alfa-result"; import type { Page } from "@siteimprove/alfa-web"; import { WithOtherHeading } from "../common/diagnostic.ts"; declare const _default: Rule.Atomic, {}, Element>; export default _default; /** * @public */ export declare namespace Outcomes { const hasContent: (nextHeading: Option, currentLevel: number, nextLevel: number) => Ok; const hasNoContent: (nextHeading: Option, currentLevel: number, nextLevel: number) => Err; } //# sourceMappingURL=rule.d.ts.map