/// <reference types="node" />
import { exec as cp_exec } from "child_process";
export declare const exec: typeof cp_exec.__promisify__;
export declare const spawn: (arg1: string, arg2: readonly string[], arg3: import("child_process").SpawnOptions) => Promise<unknown>;
