import { K8sState } from '../../redux-types'; export declare const getReduxIdPayload: (state: any, reduxId: any) => any; export declare const getK8sDataById: (state: K8sState, id: string) => any;