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