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