import type { SnapshotStorage } from "./screenshot/types.js"; export declare function createLocalSnapshotStorage({ artifactDir, snapshotDir, }?: { artifactDir?: string; snapshotDir?: string; }): SnapshotStorage; //# sourceMappingURL=localSnapshotStorage.d.ts.map