import { Observable } from 'rxjs'; import { ChatsService } from '../chats/chats.service'; import * as i0 from "@angular/core"; export declare class SocketService { private chatsService; private socket; token: string; scId: string; constructor(chatsService: ChatsService); emit(): Observable; connect(chatId: number, path: any): Observable; disconnect(): Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; } export interface SocketInterface { open: boolean; message: string; data?: string; } //# sourceMappingURL=socket.service.d.ts.map