/// <reference types="node" />
export declare const cacheKeyParts: (string | Buffer)[];
export declare function getCacheKey(): string;
