import { type IReplayNotificationResponse } from '../../types/notifications'; export declare class ReplayNotification { readonly notificationId: string; constructor(notificationResponse: IReplayNotificationResponse); }