export interface MigrationInterface { migrationName: string; up(): Promise; down(): Promise; } //# sourceMappingURL=migrationInterface.d.ts.map