module StoreValue = {
  type t; // Please contribute if you need this!
  module Js_ = {
    // export declare type StoreValue = number | string | string[] | Reference | Reference[] | null | undefined | void | Object;
    type nonrec t = t;
  };
};
