import { Entity } from '@backstage/catalog-model'; /** @public */ export declare const SONARQUBE_PROJECT_KEY_ANNOTATION = "sonarqube.org/project-key"; /** @public */ export declare const isSonarQubeAvailable: (entity: Entity) => boolean;