import { Entity } from '@backstage/catalog-model'; /** * @public * Checks to see if sentry is available */ export declare const isSentryAvailable: (entity: Entity) => boolean;