import { ActionCreator } from 'redux'; import { State } from '../typings'; export declare const resetStateAction: ActionCreator; export declare const mergeStateAction: ActionCreator; export declare const setStateAction: ActionCreator; export declare const setStateAtPathAction: ActionCreator;