/** * The module "bitbucket-cloud" for the Backstage backend plugin "events-backend" * adding an event router for Bitbucket Cloud. * * @packageDocumentation */ export { BitbucketCloudEventRouter } from './router/BitbucketCloudEventRouter';