import type { BaseDatabaseAdapter } from '../types.js'; /** * Run all migration down functions before running up */ export declare function migrateRefresh(this: BaseDatabaseAdapter): Promise; //# sourceMappingURL=migrateRefresh.d.ts.map