import type * as SQLite from "expo-sqlite";
export declare const migrations: {
    version: number;
    up: (db: SQLite.SQLiteDatabase) => void;
}[];
//# sourceMappingURL=migrations.d.ts.map