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