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