import { TreeState } from '../../treeState'; export interface UseUpdateTreeStateProps { tree: TreeState; shouldUpdate: () => boolean; update: (tree: TreeState) => TreeState; } export declare function useUpdateTreeState({ tree, shouldUpdate, update, }: UseUpdateTreeStateProps, deps: any[]): TreeState; //# sourceMappingURL=useUpdateTreeState.d.ts.map