import { Reducer } from 'react'; import { ContextStoreActionCallback, PayloadActionType } from '../../types'; export declare const NUMBER_REDUCER_DECREMENT = "DECREMENT"; export declare const NUMBER_REDUCER_INCREMENT = "INCREMENT"; declare const numberReducer: Reducer | PayloadActionType | ContextStoreActionCallback>; export default numberReducer;