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