import type { DataSourceOptions, DataSourceParams, DataSourceState } from '../../core'; import type { AnyQueryDataSource } from '../types/base'; export declare const useQueryData: (dataSource: TDataSource, params: DataSourceParams, options?: Partial>) => DataSourceState;