/// import { Entity } from '@backstage/catalog-model'; export declare const isPluginApplicableToEntity: (entity: Entity) => string | undefined; export declare const Router: ({ entity }: { entity: Entity; }) => JSX.Element;