import { exec, spawn } from './shell'; export declare namespace NodeUtils { type Shell = { exec: typeof exec; spawn: typeof spawn; }; } //# sourceMappingURL=index.d.ts.map