import { Entity } from '@backstage/catalog-model'; /** * * * @public */ export declare const isKubernetesClusterAvailable: (entity: Entity) => boolean; /** * * * @public */ export declare const Router: () => import("react/jsx-runtime").JSX.Element;