import { OnDestroy } from '@angular/core'; import { Observable } from 'rxjs'; import { NotificationsService } from './notifications.service'; import * as i0 from "@angular/core"; export declare class SocketService implements OnDestroy { private notificationService; get isConnected(): boolean; private _isConnected; private _isStarted; get url(): string; private _socketUrl; get path(): string; private _socketPath; private connection; get onMessage(): Observable; private _onMessage; get onSynMessage(): Observable; private _onSynMessage; constructor(notificationService: NotificationsService); ngOnDestroy(): void; start(url: string, path: string): void; private connect; private addEvents; private diconnect; ping(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=socket.service.d.ts.map