import { ChildProcess } from "child_process"; export declare function runCommand(command: string, args?: string[], options?: { [indexer: string]: string; }, logMatch?: RegExp): Promise;