import { Duplex } from 'node:stream';
import Command from '../../command.js';
export default class TcpCommand extends Command<Duplex> {
    execute(port: number, host?: string): Promise<Duplex>;
}
//# sourceMappingURL=tcp.d.ts.map