import { Entity } from '@backstage/catalog-model'; export declare const FIREHYDRANT_SERVICE_NAME_ANNOTATION = "firehydrant.com/service-name"; /** @public */ export declare const isFireHydrantAvailable: (entity: Entity) => boolean; export declare const getFireHydrantServiceName: (entity: Entity) => string;