import { FetchState, ID } from '../../commonStateTypes/common'; import { MonthYearPeriod } from '../../commonStateTypes/timePeriod'; import { ZeniAPIStatus } from '../../responsePayload'; import { MonthClosePerformanceTrendPayload } from './monthEndCloseChecksViewPayload'; import { MonthEndCloseChecksViewState } from './monthEndCloseChecksViewState'; export declare const initialState: MonthEndCloseChecksViewState; export declare const fetchMonthEndCloseChecks: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ period: MonthYearPeriod; refreshViewInBackground: boolean; tenantId: ID; }, "monthEndCloseChecksView/fetchMonthEndCloseChecks">, updateMonthEndCloseChecksView: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ fetchState: FetchState; period: MonthYearPeriod; refreshViewInBackground: boolean; tenantId: ID; error?: ZeniAPIStatus; }, "monthEndCloseChecksView/updateMonthEndCloseChecksView">, fetchMonthClosePerformanceTrend: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[period: MonthYearPeriod], { period: MonthYearPeriod; }, "monthEndCloseChecksView/fetchMonthClosePerformanceTrend", never, never>, updateMonthClosePerformanceTrend: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ performanceTrend: MonthClosePerformanceTrendPayload[]; period: MonthYearPeriod; }, "monthEndCloseChecksView/updateMonthClosePerformanceTrend">, updateMonthClosePerformanceTrendFetchStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ fetchState: FetchState; period: MonthYearPeriod; error?: ZeniAPIStatus; }, "monthEndCloseChecksView/updateMonthClosePerformanceTrendFetchStatus">; declare const _default: import("redux").Reducer; export default _default;