declare function execute(cmd: string, logProcessResult: any, executionHolder: {
    stackTrace: string;
}, execOpts?: {}): import("child_process").ChildProcess;
export { execute };
