import { Command } from '@oclif/core'; export default class Reset extends Command { static flags: { hard: import("@oclif/core/interfaces").BooleanFlag; reinstall: import("@oclif/core/interfaces").BooleanFlag; }; static summary: string; run(): Promise; }