import { FetchInfiniteQueryOptions, QueryKey } from "@tanstack/react-query"; //#region src/usePrefetchInfiniteQuery.d.ts /** * The `usePrefetchInfiniteQuery` does not return anything, it should be used just to fire a prefetch during render, before a suspense boundary that wraps a component that uses `useSuspenseInfiniteQuery`. * @see {@link https://suspensive.org/docs/react-query/usePrefetchInfiniteQuery Suspensive Docs} */ declare function usePrefetchInfiniteQuery(options: FetchInfiniteQueryOptions): void; //#endregion export { usePrefetchInfiniteQuery }; //# sourceMappingURL=usePrefetchInfiniteQuery.d.mts.map