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