import { TreeType } from '@forten/tree-type'; import { Action } from '../app.js'; export declare const uimap: Action<{ tree: TreeType; }>; export declare const clearUimap: Action<{ tree: TreeType; }>;