export default class GroupPrivateChatNotificationContent extends GroupNotificationContent {
constructor(operator: any, privateChatType: any);
operator: any;
privateChatType: any;
decode(payload: any): void;
}
import GroupNotificationContent from "./groupNotification";