export default function getInitialInteractionState(): { total: number; still_interacting: boolean; need_reset_cat_opacity: boolean; mouseover: { value: any; }; enable_viz_interact: boolean; manual_update_cats: boolean; };