export { page }; import type { Page } from 'playwright-chromium'; declare const page: Page;