export default class GroupSetManagerNotificationContent extends GroupNotificationContent {
    constructor(operator: any, setManagerType: any, memberIds: any);
    operator: any;
    setManagerType: any;
    memberIds: any[];
    decode(payload: any): void;
}
import GroupNotificationContent from "./groupNotification";
