import { Entity } from '@backstage/catalog-model'; /** * Utility function to determine if the given entity has an Airbrake ID set in the repos catalog-info.yml . * @public */ export declare const isAirbrakeAvailable: (entity: Entity) => boolean;