/** * nvu default [version] * * Set or display the global default Node version. * This is used when no .nvmrc or .nvurc is found in the project. */ export default function defaultCmd(args: string[]): void;