import { Entity } from '@backstage/catalog-model'; export declare function getAnnotationValuesFromEntity(entity: Entity): { project: string; repo?: string; definition?: string; host?: string; org?: string; readmePath?: string; };