import type { SqliteWasmDatabase } from "../database/sqlite/index.js"; import type { Generated } from "kysely"; export declare function applyChangeDatabaseSchema(sqlite: SqliteWasmDatabase): SqliteWasmDatabase; export type InternalChangeTable = { id: Generated; entity_id: string; schema_key: string; schema_version: string; file_id: string; plugin_key: string; snapshot_id: string; metadata?: Record | null; created_at: Generated; }; //# sourceMappingURL=schema.d.ts.map