import { Socket as ClientSocket } from "../ClientSocket"; export default function handleChatNotifications(socket: ClientSocket, messageType: string, message: any): void;