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