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