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