/// <reference types="node" />
import { ExecOptions } from 'child_process';
export declare function execShellCommand(command: string, options?: ExecOptions): Promise<void>;
