import type { SqliteWasmDatabase } from "../database/sqlite/index.js"; import type { Generated } from "kysely"; export declare function applySnapshotDatabaseSchema(sqlite: SqliteWasmDatabase): SqliteWasmDatabase; export type InternalSnapshotTable = { id: Generated; content: Record | null; }; //# sourceMappingURL=schema.d.ts.map