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