import { UseQueryOptions, UseQueryResult } from '@tanstack/react-query'; import type { NetworkClient } from '@sudobility/types'; import type { IndexerDelegatedToResponse } from '@sudobility/mail_box_types'; import type { IndexerUserAuth } from '../types'; export declare const useIndexerGetDelegatedTo: (networkClient: NetworkClient, endpointUrl: string, dev: boolean, walletAddress: string, auth: IndexerUserAuth, options?: Omit, "queryKey" | "queryFn">) => UseQueryResult; //# sourceMappingURL=useIndexerGetDelegatedTo.d.ts.map