import { HoneycombTileData } from '../types/honeycomb.js'; /** * Builds CSV from map raw data and downloads the file * * @param data - */ export declare const buildAndDownloadCsv: (data: HoneycombTileData[]) => void;