export default function basicHandleActionsWithFullState(handlers: any, defaultState: any): (state: any, action: any, fullState: any) => any;