/**
* handle cli input
* @param argvArg
*/
export declare let handleCli: (argvArg: any) => Promise<void>;
* Install a specific version of node
* @param versionArg
export declare let install: (versionArg: any) => Promise<void>;