/** * A module for the scaffolder backend that lets you interact with Bitbucket Cloud * * @packageDocumentation */ export * from './actions'; export { bitbucketCloudModule as default } from './module';