import { Commands, UI } from '@kui-shell/core'; import { KubeStatus, KubeResource } from '../model/resource'; declare const describe: ({ command, parsedOptions, execOptions }: Commands.Arguments) => Promise<{ type: string; isEntity: boolean; name: string; nameHash: string; duration: number; badges: UI.Badge[]; version: string; resource: KubeResource; modes: UI.Mode | import("@kui-shell/core/webapp/bottom-stripe").DirectViewControllerFunction | import("@kui-shell/core/webapp/bottom-stripe").DirectViewControllerSpec>[]; contentType: string | number | true | string[]; content: string | Record; }>; export default describe;