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