/** * @returns function, that undos last change if called */ export declare const useUndo: () => () => void; /** * @returns function, that redos last change if called */ export declare const useRedo: () => () => void; /** * @returns whether user can undo */ export declare const useCanUndo: () => boolean; /** * @returns whether user can undo */ export declare const useCanRedo: () => boolean; //# sourceMappingURL=actions.d.ts.map