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