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