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