/// import { ExecOptions } from 'child_process'; export declare function executeCommand(command: string, options?: ExecOptions): Promise;