/**
 * nvu list
 *
 * List all installed Node versions.
 */
export default function listCmd(_args: string[]): void;
