import type { RootNode } from '../types/guards/node-guards.js'; import { type InternalTreeMapData } from '../types/internal.js'; export declare const useVisibleNodes: (data: InternalTreeMapData) => RootNode;