export { SonarQubeCard } from './SonarQubeCard'; export type { DuplicationRating } from './SonarQubeCard'; export type { SonarQubeContentPageProps } from './SonarQubeContentPage'; /** * @public * * @deprecated use the same type from `@backstage/plugin-sonarqube-react` instead */ export declare const isSonarQubeAvailable: (entity: import("@backstage/catalog-model").Entity) => boolean; /** * @public * * @deprecated use the same type from `@backstage/plugin-sonarqube-react` instead */ export declare const SONARQUBE_PROJECT_KEY_ANNOTATION = "sonarqube.org/project-key";