import { Notification } from '@airgram-dev/core'; /** A notification was changed */ export declare class UpdateNotificationBaseModel { _: 'updateNotification'; /** Unique notification group identifier */ notificationGroupId: number; /** Changed notification */ notification: Notification; }