import Command from "./Command"; declare class ResetMigrationCommand extends Command { protected signature: string; protected description: string; handle(): Promise<0>; } export default ResetMigrationCommand;