src/index.js
export { Authentication } from './authentication/handshake'
export { ConnectionStatusListener } from './connection/connection-status'
export { Client } from './client/basic'
export { SmartClient } from './client/smart'
export { WeakClient } from './client/weak'
export { services } from './mapping'
/**
 * SDK Version
 * @type {string}
 */
export const VERSION = '3.3.0'
    
  