import { NotificationSendHooks } from './notification-send-hooks.interface'; export interface NotificationSendOptions { channels?: ChannelNames[]; channelFilter?: (channel: ChannelNames) => boolean; hooks?: NotificationSendHooks; metadata?: Record; } //# sourceMappingURL=notification-send-options.interface.d.ts.map