import type { Options, Query, Service, State } from './types'; import type { UnWrapRefObject } from './utils/types'; declare const createQuery: (service: Service, config: Options, initialState?: UnWrapRefObject> | undefined) => Query; export default createQuery;