import type { UseQueryOptions } from '@tanstack/react-query'; import type { IntrospectPayload } from '../types.js'; declare const useIntrospect: (options?: UseQueryOptions) => import("@tanstack/react-query").UseQueryResult; export default useIntrospect; //# sourceMappingURL=useIntrospect.d.ts.map