import { HoneycombTooltipMetadata } from '../types/honeycomb-internal.js'; import { HoneycombTileData } from '../types/honeycomb.js'; import { TileColorMetadata } from '../types/rendering.js'; export declare const useBuildMetadata: (data: HoneycombTileData[]) => { honeycombDataWithColoringMetadata: WeakMap; honeycombDataWithTooltipMetadata: WeakMap; };