export declare const getReducer: (initialState: any, actionHandlers: any) => (state: any, action: any) => any;
