/// import child_process from "child_process"; export declare function exec(cmd: string, args: string[], options?: child_process.ExecOptions): Promise; //# sourceMappingURL=exec.d.ts.map