| 1234 |
- /// <reference types="node" />
- export declare function exec(command: string, stdout: (...args: any[]) => void | NodeJS.WriteStream, stderr: (...args: any[]) => void | NodeJS.WriteStream): Promise<string>;
- export declare function spawn(command: any, args: any, stdout: any, stderr: any): Promise<void>;
- //# sourceMappingURL=index.d.ts.map
|