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