import { ResponseDetailsType } from '../managers'; import { RequestInstance } from '../request'; import { ExtractAdapterResolvedType } from '../types'; export declare const getCacheData: (previousResponse: ExtractAdapterResolvedType | undefined, response: ExtractAdapterResolvedType & ResponseDetailsType) => ExtractAdapterResolvedType & ResponseDetailsType; export declare const getInvalidateKey: () => string; export declare const getInvalidateByKey: (key: string) => string; export declare const getDeleteKey: () => string; export declare const getDeleteByKey: (key: string) => string; export declare const getCacheByKey: (key: string) => string; export declare const getCacheKey: () => string; //# sourceMappingURL=cache.utils.d.ts.map