/** * Database Migrations * * Schema migrations for the SQLite database. * * @module persistence/migrations */ import type { Migration } from "../types.js"; export declare const MIGRATIONS: Migration[]; //# sourceMappingURL=index.d.ts.map