export interface NotificationJobData { type: 'EMAIL' | 'SMS' | 'WHATSAPP' | 'TELEGRAM'; recipient: string; subject?: string; body: string; } //# sourceMappingURL=index.d.ts.map