/** * Socket.IO event names for real-time notifications */ export declare const SocketIOEvents: { readonly ChatNew: "chat:new"; readonly MessageNew: "message:new"; readonly ChatUpdate: "chat:update"; readonly ChatSubscribe: "chat:subscribe"; readonly ChatUnsubscribe: "chat:unsubscribe"; }; /** * Socket.IO configuration constants */ export declare const SocketIOConfig: { readonly Path: "/socket.io"; readonly UserRoomPrefix: "user:"; readonly DefaultUserId: "guest"; }; //# sourceMappingURL=socket.d.ts.map