import { type QueryKey, type UseQueryOptions, type UseQueryResult, type UseSuspenseQueryOptions, type UseSuspenseQueryResult } from "@tanstack/react-query"; /** Standard query wrapper — the one place app-wide query defaults live. */ export declare function useQueryPipeline(options: UseQueryOptions): UseQueryResult; export declare function useSuspenseQueryPipeline(options: UseSuspenseQueryOptions): UseSuspenseQueryResult; //# sourceMappingURL=useQueryPipeline.d.ts.map