import type { Config, GetWalletClientErrorType, ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; import { type GetWalletClientData, type GetWalletClientOptions } from '@wagmi/core/query'; import { type UseQueryReturnType } from '../utils/query.js'; export type UseWalletClientParameters> = Compute & ConfigParameter>; export type UseWalletClientReturnType> = UseQueryReturnType; /** https://wagmi.sh/react/api/hooks/useWalletClient */ export declare function useWalletClient>(parameters?: UseWalletClientParameters): UseWalletClientReturnType; //# sourceMappingURL=useWalletClient.d.ts.map