export declare const CONNECTING = 0; export declare const OPEN = 1; export declare const CLOSED = 3; export declare type ReadyState = typeof CONNECTING | typeof OPEN | typeof CLOSED; //# sourceMappingURL=readyStates.d.ts.map