import type { CacheKeyBuildOptions } from './types'; export declare function buildCacheKey(options: CacheKeyBuildOptions): string; //# sourceMappingURL=helper.d.ts.map