import { Entity } from '@backstage/catalog-model'; export declare const SENTRY_PROJECT_SLUG_ANNOTATION = "sentry.io/project-slug"; export declare const getProjectSlug: (entity: Entity) => string; export declare const getOrganization: (entity: Entity) => string;