/**
 * nvu uninstall <version>
 *
 * Remove an installed Node version.
 */
export default function uninstallCmd(args: string[]): void;
