import { JSONValue } from 'types'; /** * Creates a copy of the given JSON data and sets the active hotspot based on the given index * * @param data * @param activeHotspotIndex * @returns */ export default function setActiveHotspot(data: JSONValue, activeHotspotIndex: number): any;