/**
 * nvu local [version] [--nvurc]
 *
 * Write .nvmrc (or .nvurc) to the current directory.
 * This pins the Node version for the current project.
 */
export default function localCmd(args: string[]): void;
