/** * The Backstage backend plugin "events" that provides the event management. * * @packageDocumentation */ export { eventsPlugin as default } from './service/EventsPlugin'; export { HttpPostIngressEventPublisher } from './service/http';