export interface AttributeWithCacheKey { readonly cacheKey: string; } export declare const createAttributeWithCacheKey: >(attribute: T) => T & AttributeWithCacheKey;