import { SENTRY_PROJECT_SLUG_ANNOTATION } from '../api/annotations'; export declare const useProjectSlug: (entity: import("@backstage/catalog-model").Entity) => string; export declare const useOrganization: (entity: import("@backstage/catalog-model").Entity) => string; export { SENTRY_PROJECT_SLUG_ANNOTATION };