import { IKubeService } from "../../Contracts/Contracts"; import { ActionCreatorBase } from "../FluxCommon/Actions"; export declare class PodsActionsCreator extends ActionCreatorBase { static getKey(): string; initialize(instanceId?: string): void; getPods(kubeService: IKubeService, labelSelector?: string, fetchByLabel?: boolean): void; private _extendPodMetadataInList; private _actions; }