import type { EmitImageDiffArtifacts, GetLastLineExecuted, Log, SnapshotStorage } from "./screenshot/types.js"; export type WebExpectAttributes = { defaultExpectTimeoutMs: number; defaultImageDiffThreshold: number; emitImageDiffArtifacts: EmitImageDiffArtifacts; getLastLineExecuted: GetLastLineExecuted; log: Log; snapshotStorage: SnapshotStorage; }; export declare function configureWebExpectAttributes(attributes: Partial): void; export declare function getWebExpectAttributes(): WebExpectAttributes; //# sourceMappingURL=attributes.d.ts.map