export declare function useCatalogEntity(): { entity: import("@backstage/catalog-model").Entity | undefined; error: Error | undefined; loading: boolean; };