export default class AllowGroupMemberNotification extends GroupNotificationContent {
    constructor(operator: any, type: any, memberIds: any);
    groupId: any;
    operator: any;
    memberIds: any;
    decode(payload: any): void;
}
import GroupNotificationContent from './groupNotification';
