import { SocketServicePort } from '../../domain/ports'; import { Server } from 'socket.io'; export declare class SocketService implements SocketServicePort { private server; constructor(io: Server); getServer(): Server; emit(event: string, data: any): void; } //# sourceMappingURL=websockets.service.d.ts.map