import type { ElementHandle, Locator, PlaywrightTestArgs, PlaywrightTestOptions, PlaywrightWorkerArgs, PlaywrightWorkerOptions, TestType } from '@playwright/test'; type ScreenshotFunction = (handleOrLocator: ElementHandle | Locator | null, options: { component: string; variant: string; snapshotStrategy?: 'hoist' | 'clip'; [key: string]: unknown; }) => Promise; export interface TestFixtures { happoScreenshot: ScreenshotFunction; _happoForEachTest: void; } export interface WorkerFixtures { _happoForEachWorker: void; } export declare const test: TestType; export {}; //# sourceMappingURL=index.d.ts.map