import { Page } from "@playwright/test"; import { Logger } from "winston"; export declare const fixture: { page: Page; logger: Logger; };