import { Entity } from '@backstage/catalog-model'; export declare const GITHUB_INSIGHTS_ANNOTATION = "github.com/project-slug"; export declare const useProjectName: (entity: Entity) => string;