import { Frame, Page } from 'playwright';
import { HoverOptions } from '../../handle-actions';
export declare function hoverOnSelector(selector: string, page: Page | Frame | undefined, options: HoverOptions): Promise<void>;
