export declare function execShell(clis: string[], done?: (results: any[]) => any, handleErr?: (err: any) => any, silent?: boolean): Promise; export default execShell;