import { ActionReducer } from '../types/action-reducer.type'; import { Action } from '../types/action.types'; import { ReducerConfig } from '../types/reducer-config.type'; export declare const createReducer: (...actionReducers: ActionReducer[]) => ReducerConfig;