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