/// <reference types="node" />
import { ChildProcess } from 'child_process';
export declare function resolveFullPath(command: string, alternateRecursiveFolders?: Array<string>): Promise<string | undefined>;
export declare function execute(fullCommandPath: string, cwd: string, ...parameters: Array<string>): Promise<ChildProcess>;
//# sourceMappingURL=exec.d.ts.map