/**
* Return an executable path of cmd
*
* @param cmd Standard output by command
* @return The full path of cmd. `null` if the cmd is not found.
*/
export declarefunctionresolveExecutablePath(cmd: string): Promise<string | null>;
//# sourceMappingURL=utils.d.ts.map