import { FileCacheContextType, SearchCacheContextType } from './util/types';
export declare const FileCacheContext: import('react').Context<FileCacheContextType | undefined>;
export declare const SearchCacheContext: import('react').Context<SearchCacheContextType | undefined>;
export declare const useSearchCacheContext: () => SearchCacheContextType;
