import { Notification } from '../notification'; export declare abstract class NotificationEvent { notification: T; channels: string[]; constructor(notification: T, channels: string[]); } //# sourceMappingURL=notification-event.d.ts.map