declare enum State { Closed = 0, Connecting = 1, Connected = 2, Closing = 3, ClosingError = 4 } export default State; //# sourceMappingURL=State.d.ts.map