import Command from '../../command'; import Bluebird from 'bluebird'; export default class TcpIpCommand extends Command { execute(port: number): Bluebird; } //# sourceMappingURL=tcpip.d.ts.map