/** * nvu which * * Show which Node binary would be used based on current directory. * This simulates what the nvu binary would do. */ export default function whichCmd(_args: string[]): void;