import SharedContextService from '../driver/service/shared-context-service'; import WebSocketClient, { EventListener } from './websocket-client'; export default class WebSocketFactory { static create(url: string, listener: EventListener, sharedContextService?: SharedContextService): WebSocketClient; } //# sourceMappingURL=websocket-factory.d.ts.map