import { HoneycombTileData } from '../types/honeycomb.js'; /** * Normalizes an array of Honeycomb tiles, providing a name where not present * @param data - the Honeycomb input data */ export declare const normalizeTilesData: (data: string | number | string[] | number[] | HoneycombTileData[]) => HoneycombTileData[];