type ScreenshotParameters = { deviceType: string; heatmapId: string; } | null; export declare function takeHeatmapScreenshot(screenshotParameters: ScreenshotParameters): Promise; export {};