
import { t as CacheStore } from "./cache-DdM7QpJp.cjs";
import React, { ReactNode } from "react";

//#region src/provider.d.ts
interface Props {
  children: ReactNode;
  name?: string;
}
declare function CacheProvider({
  children,
  name
}: Props): React.JSX.Element;
declare function useCacheStore(): CacheStore | null;
//#endregion
export { CacheProvider as default, useCacheStore };
//# sourceMappingURL=provider.d.cts.map