import { EntityApprovalStatusPayload } from './entityApprovalStatusPayload'; import { EntityApprovalStatusState } from './entityApprovalStatusState'; export declare const initialState: EntityApprovalStatusState; export declare const updateEntityApprovalStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload, removeEntityApprovalStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload; declare const _default: import("redux").Reducer; export default _default;