import { Entity } from '@backstage/catalog-model'; export declare const useServiceEntityAnnotations: (entity: Entity) => { webSiteName: string; };