import type { Expect } from "playwright/test"; import type { WebExpectAttributes } from "./attributes.js"; export declare function createWebExpect({ defaultExpectTimeoutMs, defaultImageDiffThreshold, emitImageDiffArtifacts, getLastLineExecuted, log, snapshotStorage, }: WebExpectAttributes): Expect; //# sourceMappingURL=createWebExpect.d.ts.map