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