import { QueryClient } from '@tanstack/query-core'; export declare const queryClientAtom: import("jotai").PrimitiveAtom & { init: QueryClient; };