import type { Snapshot } from "../database/schema.js"; /** * * Util function for tests that creates a snapshot that looks like one you got returned from the database after inserting * */ export declare function mockJsonSnapshot(content: Record): Snapshot; //# sourceMappingURL=mock-json-snapshot.d.ts.map