import { HoneycombTileData } from '../types/honeycomb.js'; /** * Creates a tabular representation of the Honeycomb's data * * @param data - honeycomb data */ export declare function formatCSV(data: HoneycombTileData[]): string;