import type { Page } from '@playwright/test'; type Options = Parameters[0]; /** * Takes a screenshot of the tested page. */ export declare const takeScreenshot: (options?: Options) => Promise; export {};