import { Settings } from "../types"; export declare function heatmapData(settings: Settings, data: any): any[];