import type { Database } from "better-sqlite3"; /** * Runs all pending migrations in order. Each migration is executed inside a * transaction so that a failure rolls back cleanly without leaving the schema * in an inconsistent state. */ export declare function runMigrations(db: Database): void; //# sourceMappingURL=migrations.d.ts.map