declare namespace Titanium { namespace Network { /** * The TCPSocket instance returned from . This object * represents a socket which either listens locally on the device for connections, * or connects to a remote machine. * @deprecated Use [Titanium.Network.Socket.TCP](Titanium.Network.Socket.TCP) where possible. * */ const TCPSocket: never; } }