import { Ref } from 'react'; import { TreeEnvironmentChangeActions, TreeEnvironmentRef } from '../types'; export declare const useCreatedEnvironmentRef: (ref: Ref, actions: TreeEnvironmentChangeActions) => void;