import { Action } from 'redux'; export declare const undo: () => Action; export declare const redo: () => Action; //# sourceMappingURL=undo.d.ts.map