export type ICacheKeyKeys = Record | string | number; export declare const createCacheKey: (input: ICacheKeyKeys) => string;