import Command from '../../command'; import { Duplex } from 'stream'; import Bluebird from 'bluebird'; import WithToString from '../../../WithToString'; export default class ShellCommand extends Command { execute(command: string | ArrayLike): Bluebird; } //# sourceMappingURL=shell.d.ts.map