/** * Infobip Email GET Services * Exports all GET-based email services */ export { fetchInfobipEmailReports } from './fetchEmailReports'; export { fetchInfobipEmailLogs } from './fetchEmailLogs'; export { fetchInfobipScheduledEmails } from './fetchScheduledEmails'; export { fetchInfobipScheduledEmailStatuses } from './fetchScheduledEmailStatuses'; export { fetchInfobipValidations } from './fetchValidations'; //# sourceMappingURL=index.d.ts.map