import { ID } from '../../commonStateTypes/common'; import { MonthYearPeriod } from '../../commonStateTypes/timePeriod'; import { MonthEndCloseChecksPayload } from './monthEndCloseChecksPayload'; import { MonthEndCloseChecksState } from './monthEndCloseChecksState'; export declare const initialState: MonthEndCloseChecksState; export declare const updateMonthEndCloseChecks: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ monthEndCloseChecksPayload: MonthEndCloseChecksPayload; period: MonthYearPeriod; tenantId: ID; }, "monthEndCloseChecks/updateMonthEndCloseChecks">; declare const _default: import("redux").Reducer; export default _default;