import type { Emit, Teardown } from './types.js'; export declare function countClosedShadowRoots(): number; export declare function isCrossOriginFrame(frame: HTMLIFrameElement): boolean; export declare function countCrossOriginFrames(frames: readonly HTMLIFrameElement[]): number; export declare function installBlindSpots(emit: Emit): Teardown;