import { Entity } from '@backstage/catalog-model'; /** * Checks if an entity contains the annotation for Vault. * @param entity - The entity to check if the annotation exists * @returns If the annotation exists or not * @public */ export declare function isVaultAvailable(entity: Entity): boolean;