import type { CombinedKey, PackageCacheNamespace } from './types';
/**
 * Returns the key used by underlying storage implementations
 */
export declare function getCombinedKey(namespace: PackageCacheNamespace, key: string): CombinedKey;
