import type { Interview } from "@siteimprove/alfa-act"; import type { Device } from "@siteimprove/alfa-device"; import type { Document } from "@siteimprove/alfa-dom"; import { Element } from "@siteimprove/alfa-dom"; import { Option } from "@siteimprove/alfa-option"; import { Question } from "../act/question.ts"; export declare function video(document: Document, device: Device, options: video.Options): Iterable>>; export declare namespace video { interface Options { audio: { has: boolean; }; track?: { has: boolean; kind: "descriptions"; }; } } //# sourceMappingURL=video.d.ts.map