import type { PlaywrightTestArgs, PlaywrightTestOptions, PlaywrightWorkerArgs, PlaywrightWorkerOptions, TestType } from '@playwright/test'; export interface PlaywrightCoverageOptions { collectCoverage: boolean; } export declare function mixinFixtures(base: TestType): TestType; //# sourceMappingURL=fixtures.d.ts.map