export declare enum SocketEventType { MESSAGE = 0, CONNECT = 1, DISCONNECT = 2, DISCONNECTING = 3 }