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