import { QueryClient } from '@tanstack/react-query'; /** * Default QueryClient used by the renderer. * You can customise your own QueryClient with your own options, use v5 of @tanstack/react-query. * @see {@link https://tanstack.com/query/v5/docs/reference/QueryClient} * * @author Sean Fong */ declare function useRendererQueryClient(): QueryClient; export default useRendererQueryClient;