/** * Infobip Email Services * Aggregates all email-related services */ export { sendInfobipEmail, sendInfobipAdvancedEmail, validateInfobipEmail, bulkValidateInfobipEmails, } from './POST'; export { fetchInfobipEmailReports, fetchInfobipEmailLogs, fetchInfobipScheduledEmails, fetchInfobipScheduledEmailStatuses, fetchInfobipValidations, } from './GET'; export { rescheduleInfobipEmails, updateInfobipScheduledEmailStatuses } from './PUT'; //# sourceMappingURL=index.d.ts.map