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