export { StoreManager } from './StoreManager'; export * from './types'; export { OPEN, READY, CLOSE, ERROR, PEER, PEER_REMOVE, MESSAGE, DATA } from './constants';