import type { Options, PluginImplementType, QueryResult, Service } from './types'; declare function useQuery(service: Service, options: Options | undefined, plugins: PluginImplementType[]): QueryResult; export default useQuery;