import { OnDestroy } from '@angular/core'; import { BehaviorSubject } from 'rxjs'; import { AuthenticationService } from './authentication.service'; import * as i0 from "@angular/core"; export declare class OnlineUsersService implements OnDestroy { private _hubConnection; onlineUsers: BehaviorSubject; constructor(authService: AuthenticationService); ngOnDestroy(): void; private hubRestart; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=online-users.service.d.ts.map