import { CompoundEntityRef, Entity } from '@backstage/catalog-model'; /** * Returns the compound entity ref of the source template that was used to * create this entity (assuming that it still exists and the user has access * to it). */ export declare const useSourceTemplateCompoundEntityRef: (entity: Entity) => CompoundEntityRef | undefined;