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