import { Page, ElementHandle, Frame } from 'playwright'; export declare function getFocusedHandle(page: Page | Frame | undefined): Promise | null>;