/** * A module for the scaffolder backend that lets you interact with bitbucket * * @packageDocumentation */ export * from './deprecated'; export { bitbucketModule as default } from './module';