/** * Entity annotation containing the location from which the entity is sourced. * * @public */ export declare const ANNOTATION_LOCATION = "backstage.io/managed-by-location"; /** * Entity annotation containing the originally sourced location which ultimately * led to this entity being ingested. * * @public */ export declare const ANNOTATION_ORIGIN_LOCATION = "backstage.io/managed-by-origin-location"; /** * Entity annotation pointing to the source (e.g. source code repository root or * similar) for this entity. * * @public */ export declare const ANNOTATION_SOURCE_LOCATION = "backstage.io/source-location";