import type { Database as DatabaseType } from 'better-sqlite3'; /** * Run incremental migrations. * Safe to call multiple times — checks column existence before altering. */ export declare function runMigrations(db: DatabaseType): void; //# sourceMappingURL=migrate.d.ts.map