/// /// import childProcess from "child_process"; export declare function exec(command: string, args: string[], { error, cwd, exitOnError, }: { error: string; cwd: string; exitOnError?: boolean; }): childProcess.SpawnSyncReturns | null;