import type { Page } from '@playwright/test';
/**
 * Get `page` object from context of current test.
 */
export declare const getPlaywrightPage: () => Page;
