import { Page } from 'playwright';
export declare function patchPageGlobally(page: Page): Promise<void>;
