import { DialogService } from '@alauda/ui'; import { K8sApiService, TranslateService, Container, Pod, Workspace } from '@alauda-fe/common'; import { ExecInfo } from '../typings'; import { TerminalService } from './terminal.service'; import * as i0 from "@angular/core"; export declare const DEBUG_CONTAINER_SUFFIX = "-debug"; export declare class PodUtilService { private readonly dialog; private readonly translate; private readonly k8sApi; private readonly terminal; constructor(dialog: DialogService, translate: TranslateService, k8sApi: K8sApiService, terminal: TerminalService); deletePod(pod: Pod, cluster: string): import("rxjs").Observable; handleExecInfo(pod: Pod, container: Container, baseParams: Workspace, data: ExecInfo): void; handleDebugInfo(pod: Pod, container: Container, baseParams: Workspace): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }