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