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