import { MvOptions } from '../../../util'; import FileSystemCommand from '../../abstract/fileSystem'; export default class MvCommand extends FileSystemCommand { protected rootCmd: string; protected argsMapper: { force: string; noClobber: string; }; }