import type { MigrationFileType } from '../migrations/types';
/**
 * Here we just create the `palmares_migrations` table in the database.
 */
export declare const defaultMigrations: MigrationFileType[];
//# sourceMappingURL=migrations.d.ts.map