import type { BaseNotificationBody } from './BaseNotificationBody'; export declare type NotificationsRecipients = (BaseNotificationBody & { recipients: Array; });