import { NotificationException } from './notification.exception'; export declare class NotificationChannelException extends NotificationException { constructor(message: string, code?: string, details?: unknown); } //# sourceMappingURL=notification-channel.exception.d.ts.map