import { TCacheConfig } from '../types/cache-types';
declare const CacheContext: import("react").Context<TCacheConfig>;
export default CacheContext;
