UNPKG

271 BTypeScriptView Raw
1import * as cp from 'child_process';
2export declare var shell: (path: string, args: string[], opt: cp.SpawnOptions) => Promise<number>;
3export declare class CliException extends Error {
4 errorId: any;
5 message: any;
6 constructor(errorId: any, param?: string);
7}