import type { Database as DatabaseType } from "better-sqlite3"; export declare function runMigrations(db: DatabaseType): void; export declare function getCurrentSchemaVersion(db: DatabaseType): number; //# sourceMappingURL=migrations.d.ts.map