/**
 * Types that are valid as keys in caches.
 */
export type KeyType = number | string | boolean;
