export declare type ConnectionState = 'initial' | 'connecting' | 'open' | 'closed';
