import type { InfiniteQueryObserverOptions, QueryClient, QueryObserverOptions, QueryKey } from '@tanstack/react-query'; import { InfiniteQueryObserver, QueryObserver } from '@tanstack/react-query'; /** * * @deprecated * Do not use this. Regenerate the service with the new version of Gene. */ export declare const getReactQueryObservable: (client: QueryClient, opts: QueryObserverOptions) => QueryObserver; /** * * @deprecated * Do not use this. Regenerate the service with the new version of Gene. */ export declare const getReactQueryPaginatedObservable: (client: QueryClient, opts: InfiniteQueryObserverOptions) => InfiniteQueryObserver;