export declare const getVersionedCacheKey: (key: string, version: number) => string; export declare const getVersionCacheKeyForKey: (key: string) => string;