import { Entity } from '@backstage/catalog-model'; /** * Returns true if the given entity has labels annotation given by the * catalog. For use by EntitySwitch * * @public */ export declare function hasLabels(entity: Entity): boolean;