import type { Migration } from '../../../databases/types';
declare const sqliteMigrations: Migration[];
export { sqliteMigrations };
