import { IndexDataFetcherParams } from './unsorted/indexDataFetcher.js'; import { BootstrapConfigData } from '@env-hopper/backend-core'; export declare class ApiQueryMagazine { static getConfig(params: IndexDataFetcherParams): import('@tanstack/react-query').OmitKeyof, "queryFn"> & { queryFn?: import('@tanstack/react-query').QueryFunction | undefined; } & { queryKey: readonly unknown[] & { [dataTagSymbol]: BootstrapConfigData; [dataTagErrorSymbol]: Error; }; }; }