import { Frame, Page } from 'playwright';
export declare function getCurrentUrl(page: Page | Frame | undefined): Promise<string>;
