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