/**
* This will be the type of the second parameter passed to the callback set with
* {@link Easy.onSocketEvent | `Easy#onSocketEvent`}.
* @public
*/
export declareenumSocketState{
Readable = 1,
Writable = 2
}
//# sourceMappingURL=SocketState.d.ts.map