export type TConnectionState = 'closed' | 'closing' | 'connecting' | 'open';
//# sourceMappingURL=connection-state.d.ts.map