import type { Expect } from "playwright/test"; import type { EmitImageDiffArtifacts, GetLastLineExecuted, Log, SnapshotStorage } from "./screenshot/types.js"; export declare function withScreenshotMatcher({ defaultThreshold, emitImageDiffArtifacts, expect, getLastLineExecuted, log, storage, }: { defaultThreshold: number; emitImageDiffArtifacts: EmitImageDiffArtifacts; expect: Expect; getLastLineExecuted: GetLastLineExecuted; log: Log; storage: SnapshotStorage; }): Expect; //# sourceMappingURL=withScreenshotMatcher.d.ts.map