export default class CmdUtil { static exec(command: any, args: any): Promise; static exists(cmd: any): Promise; }