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