/** * The email backend module for the notifications plugin. * * @packageDocumentation */ export { notificationsModuleEmail as default } from './module'; export * from './extensions';