import { Entity } from '@backstage/catalog-model'; export declare const AIRBRAKE_PROJECT_ID_ANNOTATION = "airbrake.io/project-id"; export declare const useProjectId: (entity: Entity) => string;