import { exec, spawn } from './shell'; export namespace NodeUtils { exec; spawn; }