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