import type { Page } from "playwright"; export declare function screenshotPage(page: Page): Promise;