/** * A Backstage plugin that integrates with Allure * * @packageDocumentation */ export { allurePlugin, EntityAllureReportContent } from './plugin'; export { isAllureReportAvailable, ALLURE_PROJECT_ID_ANNOTATION, } from './components/annotationHelpers';