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