import { WaitUntilOptions } from '../../../utils';
import { Page, ElementHandle, Frame } from 'playwright';
export declare function getHandleOf(selector: string, page: Page | Frame | undefined, options: WaitUntilOptions): Promise<ElementHandle<Element> | null>;