import type { Page } from "playwright";
import { type RedactionRule } from "../../../playwright/src/redaction.js";
import type { InteractionDiscovery } from "./types.js";
export declare function discoverInteractionControls(page: Page, redactionRules?: RedactionRule[]): Promise<InteractionDiscovery>;
//# sourceMappingURL=discovery.d.ts.map