import { Frame, Page } from 'playwright'; export type SerializableDOMRect = Omit; export declare function getClientRectangleOf(selector: string, pageOrFrame: Page | Frame | null | undefined): Promise;