import { ZeniAPIResponse, ZeniAPIStatus } from '../../responsePayload'; import { InsightsCardPayload } from './insightsCardPayload'; import { InsightsCardState } from './insightsCardState'; export declare const initialState: InsightsCardState; export declare const fetchInsightsCard: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"insightsCard/fetchInsightsCard">, updateInsightsCard: import("@reduxjs/toolkit").ActionCreatorWithPayload>, "insightsCard/updateInsightsCard">, updateInsightsCardFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload>, "insightsCard/updateInsightsCardFailure">, clearInsightsCard: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"insightsCard/clearInsightsCard">, updateSelectedInsightIndex: import("@reduxjs/toolkit").ActionCreatorWithPayload; declare const _default: import("redux").Reducer; export default _default;