/* tslint:disable */ /** * @module SocketDriver * @author Jonathan Casarrubias * @license MIT * @description * The SocketDriver class is used for dependency injection swapping. * It will be provided using factory method from different sources. **/ export class SocketDriver { connect(url: any, options: any) {} }