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