import Actions from '../actions'; import Store from '../store'; export declare type Action = Actions.RefreshState; export declare const undoWithoutHistory: (store: any) => (state: any, action: any) => any; export declare const rootReducer: (state: any, action: any) => Store.State; declare const _default: (state: Store.State, action: Actions.Action<"REFRESH_STATE", any>) => any; export default _default; export declare const updateState: (state: Store.State, { payload }: Actions.Action<"REFRESH_STATE", any>) => any;