import { Entity } from '@backstage/catalog-model'; /** @public */ export declare const ALLURE_PROJECT_ID_ANNOTATION = "qameta.io/allure-project"; /** @public */ export declare const isAllureReportAvailable: (entity: Entity) => boolean; export declare const getAllureProjectId: (entity: Entity) => string;