import { type InternalTreeMapNode } from '../types/internal.js'; export declare const getNodesValueSum: (nodes: InternalTreeMapNode[]) => number;