import type { HeatmapConfig } from "./types"; /** * Load and configure Heatmap & Session Recording plugin * @param url - Matomo instance URL * @param config - Heatmap configuration options * @param nonce - Optional nonce for CSP * @param onScriptLoadingError - Optional callback for script loading errors * @param debug - Enable debug logging */ export declare const loadHeatmapSessionRecording: (url: string, config?: HeatmapConfig, nonce?: string, onScriptLoadingError?: () => void, debug?: boolean) => void; //# sourceMappingURL=heatmap.d.ts.map