import type { Options, UseUndoable } from "./types"; declare const useUndoable: (initialPresent: T, options?: Options) => UseUndoable; export default useUndoable;