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