import BaseCommand from '../base-command.js'; export interface MigrationsResetOptions { branch?: string; json?: boolean; } export declare const migrationsReset: (options: MigrationsResetOptions, command: BaseCommand) => Promise; //# sourceMappingURL=db-migrations-reset.d.ts.map