import { type InternalTreeMapNode } from '../types/internal.js'; export declare const isBelowThreshold: (node: InternalTreeMapNode, areaPerValue: number, threshold: number) => boolean;