export interface DbMigration {
    execute(): Promise<void>;
}
//# sourceMappingURL=db-migration.d.ts.map