import cp from "child_process"; export declare namespace ProcessUtil { function exec(command: string, options?: cp.ExecOptions): Promise; }