import { QueryResult } from './watch-types.js'; import { InternalHookOptions } from './watch-utils.js'; /** * @internal not exported from `index.ts` */ export declare const useSingleQuery: (options: InternalHookOptions) => QueryResult;