type CacheMap = Map<string, any>;
export declare const FetchCacheProvider: ({ children }: any) => import("react/jsx-runtime").JSX.Element;
export declare const useFetchCache: () => CacheMap | null;
export {};
