export interface CacheKeyOptions { separator?: string; } export declare const DEFAULT_SEPARATOR = ":"; export declare function createCacheKey(key: unknown | Array, options?: CacheKeyOptions): string; //# sourceMappingURL=createCacheKey.d.ts.map