import type { INotification } from '../domain'; export declare class NotificationTransformer { static getNotificationWhenDisplayName: (whenOption: string, level?: string, stageType?: string) => string; static getNotificationDetails: (notification: INotification) => string; }