export declare function execSyncInDir(dir: string, command: string): string; export declare function execSync(command: string): string; export declare function execInDir(dir: string, command: string): Promise; export declare function exec(command: string): Promise; export declare function execRemote(address: string, commands: string[] | any): Promise; export declare function convertArray(commands: T[] | T): T[]; //# sourceMappingURL=shell.d.ts.map