export type ServerFixture = { port: number; baseURL: string; }; export declare const expect: import("@playwright/test").Expect<{}>; export declare const test: import("@playwright/test").TestType; //# sourceMappingURL=fixtures.d.ts.map