/// import { AnyAction } from 'redux'; import { Editables } from '../../types/editable'; export declare const editables: (state: Editables, action: AnyAction) => import("redux-undo").StateWithHistory; //# sourceMappingURL=index.d.ts.map