/** * Infobip Email PUT Services * Exports all PUT-based email services (bulk management) */ export { rescheduleInfobipEmails } from './rescheduleEmails'; export { updateInfobipScheduledEmailStatuses } from './updateScheduledEmailStatuses'; //# sourceMappingURL=index.d.ts.map