import "@playwright/test";
declare global {
const describe: jest.Describe;
const test: jest.Test;
const expect: jest.Expect;
}