import { ActionsHubBase, Action } from "../FluxCommon/Actions"; import { V1ServiceList } from "@kubernetes/client-node"; export declare class ServicesActions extends ActionsHubBase { static getKey(): string; initialize(): void; readonly servicesFetched: Action; private _servicesFetched; }