import { RmOptions } from '../../../util'; import FileSystemCommand from '../../abstract/fileSystem'; export default class RmCommand extends FileSystemCommand { protected rootCmd: string; protected argsMapper: { force: string; recursive: string; }; }