import { type HistoryState } from './history-state.js'; export declare const historyReducer: import("@reduxjs/toolkit").Reducer & { getInitialState: () => HistoryState; }; export declare const history: (state: import("../../app/undoable.js").StateWithHistory | undefined, action: import("@reduxjs/toolkit").AnyAction) => import("../../app/undoable.js").StateWithHistory;