/**
 * nvu install <version>
 *
 * Download and install a specific Node version.
 */
export default function installCmd(args: string[]): void;
