/// <reference types="node" />
import child from "child_process";
export declare function spawn(command: string, args?: string[], options?: child.SpawnOptions): Promise<number>;
export declare const execFile: typeof child.execFile.__promisify__;
