import type { RangeItem } from '../types/range-legend.js'; export declare const isSingleRangeHandler: (items: RangeItem[]) => boolean;