import { COABalanceGroupedPayload } from '../../commonPayloadTypes/coaBalancePayload'; import { TimeframeTick } from '../../commonStateTypes/timeframeTick'; import { CustomerBase } from '../customer/customerState'; import { InsightSummaryPayload } from '../insights/insightSummaryPayload'; import { CustomerIncomeState } from './customerIncomeTrendState'; export declare const initialState: CustomerIncomeState; export declare const updateCustomerIncomeTrend: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[customer: CustomerBase, timePeriod: TimeframeTick, balances: COABalanceGroupedPayload | undefined, insights: InsightSummaryPayload[] | undefined], { customer: CustomerBase; timePeriod: TimeframeTick; balances: COABalanceGroupedPayload | undefined; insights: InsightSummaryPayload[] | undefined; }, "customer/updateCustomerIncomeTrend", never, never>; declare const _default: import("redux").Reducer; export default _default;