import UI from '@kui-shell/core/api/ui'; import { KubeResource } from '@kui-shell/plugin-k8s'; import { PipelineRun } from '../model/resource'; declare const _default: (tab: UI.Tab, jsons: KubeResource[], run?: PipelineRun, raw?: string, filepath?: string) => Promise<{ type: string; isEntity: boolean; isFromFlowCommand: boolean; name: string; packageName: string; prettyType: string; duration: number; badges: UI.Badge[]; presentation: UI.Presentation; content: HTMLDivElement; model: KubeResource[]; modes: UI.Mode | import("@kui-shell/core/webapp/bottom-stripe").DirectViewControllerFunction | import("@kui-shell/core/webapp/bottom-stripe").DirectViewControllerSpec>[]; }>; export default _default;