import type { QueryClient, QueryState } from "../query.js"; /** Stable idle state shared by every framework query binding. */ export declare const IDLE_QUERY_STATE: QueryState; /** Return the client-side query singleton, or undefined during SSR. */ export declare function getQueryClientSingleton(): QueryClient | undefined; /** Create the refetch fallback used when a binding has no client-side query cache. */ export declare function createNoClientRefetch(tag: string, operation: string): () => Promise; //# sourceMappingURL=query-runtime.d.ts.map