import type { QueryObserverOptions } from '@tanstack/query-core'; import gesdiscApi from '../apis/gesdisc.api.js'; import type { RequestOptions } from '../lib/api.client.js'; export declare function queryGesDiscCollection(params: { collectionEntryId?: string; collectionConceptId?: string; }, options?: RequestOptions): QueryObserverOptions> | null>;