import { a as UseQueryHook, c as UseQueryOptionsUndefinedInitial, d as __reExport, i as UseLiveModeHook, l as EncodeDataAttributeFunction, n as QueryResponseInitial, o as UseQueryOptions, r as QueryStore, s as UseQueryOptionsDefinedInitial, t as NonUndefinedGuard, u as __exportAll } from "../_chunks-dts/types.js"; import { a as StudioUrl, i as StudioPathLike, n as EncodeDataAttributeCallback, o as useEncodeDataAttribute, r as ResolveStudioUrl, t as ContentSourceMap } from "../_chunks-dts/useEncodeDataAttribute.js"; import * as _sanity_client10 from "@sanity/client"; import * as _sanity_client_stega3 from "@sanity/client/stega"; import * as _sanity_core_loader7 from "@sanity/core-loader"; import { CreateQueryStoreOptions } from "@sanity/core-loader"; export * from "@sanity/core-loader"; declare namespace client_only_d_exports { export { NonUndefinedGuard, QueryResponseInitial, QueryStore, UseLiveModeHook, UseQueryHook, UseQueryOptions, UseQueryOptionsDefinedInitial, UseQueryOptionsUndefinedInitial, createQueryStore, loadQuery, setServerClient, useLiveMode, useQuery }; } declare const createQueryStore: (options: CreateQueryStoreOptions) => QueryStore; /** * Shortcut setup for the main SSR use-case. * @public */ declare const loadQuery: (query: string, params?: _sanity_client10.QueryParams, options?: Pick<_sanity_client10.ResponseQueryOptions, "perspective" | "cache" | "next" | "useCdn" | "stega" | "tag" | "headers">) => Promise>, setServerClient: (client: _sanity_client10.SanityClient | _sanity_client_stega3.SanityStegaClient) => void, useLiveMode: UseLiveModeHook, useQuery: { (query: string, params?: _sanity_client10.QueryParams, options?: UseQueryOptionsUndefinedInitial): _sanity_core_loader7.QueryStoreState & { encodeDataAttribute: EncodeDataAttributeFunction; }; (query: string, params?: _sanity_client10.QueryParams, options?: UseQueryOptionsDefinedInitial): Omit<_sanity_core_loader7.QueryStoreState, "data"> & { data: QueryResponseResult; } & { encodeDataAttribute: EncodeDataAttributeFunction; }; }; declare namespace index_d_exports { export { ContentSourceMap, EncodeDataAttributeCallback, NonUndefinedGuard, QueryResponseInitial, QueryStore, ResolveStudioUrl, StudioPathLike, StudioUrl, UseLiveModeHook, UseQueryHook, UseQueryOptions, UseQueryOptionsDefinedInitial, UseQueryOptionsUndefinedInitial, createQueryStore, loadQuery, setServerClient, useEncodeDataAttribute, useLiveMode, useQuery }; } export { ContentSourceMap, EncodeDataAttributeCallback, type NonUndefinedGuard, type QueryResponseInitial, type QueryStore, ResolveStudioUrl, StudioPathLike, StudioUrl, type UseLiveModeHook, UseQueryHook, UseQueryOptions, type UseQueryOptionsDefinedInitial, type UseQueryOptionsUndefinedInitial, createQueryStore, loadQuery, setServerClient, useEncodeDataAttribute, useLiveMode, useQuery }; //# sourceMappingURL=index.d.ts.map