import { UseTreeViewInstanceEventsInstance } from '../corePlugins/useTreeViewInstanceEvents/useTreeViewInstanceEvents.types'; import { TreeViewAnyPluginSignature, TreeViewUsedEvents } from '../models'; export declare const publishTreeViewEvent: >(instance: Instance, eventName: E, params: TreeViewUsedEvents[E]["params"]) => void;