/**
 * Notifications Service
 * Push notification infrastructure for APNS delivery with smart throttling.
 */
export { sendPushNotification, isApnsAvailable, type PushPayload, type NotificationCategory, type SendResult, type DeepLinkType, type DeepLinkPayload, } from './pushNotificationService.js';
export { notify, notifyRealtimeEvent, shouldSendNotification, queueRealtimeNotification, getRemainingBudget, clearThrottle, clearAllThrottles, type NotifyOptions, type NotifyResult, } from './notificationManager.js';
//# sourceMappingURL=index.d.ts.map