import type { Diagnostic, Interview, Question } from "@siteimprove/alfa-act"; import type { Maybe } from "@siteimprove/alfa-option"; import type { Result } from "@siteimprove/alfa-result"; import { Thunk } from "@siteimprove/alfa-thunk"; import type { Trilean } from "@siteimprove/alfa-trilean"; type Expectation = Interview>, D>; export declare function expectation(test: Trilean, ifTrue: Thunk>>, ifFalse: Thunk>>, ifUnknown?: Thunk>>): Maybe>; export declare function expectation(test: Trilean, ifTrue: Thunk>, ifFalse: Thunk>, ifUnknown?: Thunk>): Expectation; export {}; //# sourceMappingURL=expectation.d.ts.map