import { Notification } from '../notification'; import { NotificationEvent } from './notification-event'; export declare class NotificationFailed extends NotificationEvent { error: Error; failedChannel?: string; constructor(notification: Notification, channels: string[], error: Error, failedChannel?: string); } //# sourceMappingURL=notification-failed.event.d.ts.map