declare function buildCacheKey(namespace: string, ...parts: Array): string; export { buildCacheKey };