import { FactRetriever } from '@backstage/plugin-tech-insights-node'; /** * Generates facts which indicate the quality of data in the spec.owner field. * * @public */ export declare const entityOwnershipFactRetriever: FactRetriever;