import { type Config, type GetClientParameters, type GetClientReturnType, type ResolvedRegister } from '@wagmi/core'; import type { Compute, ConfigParameter } from '@wagmi/core/internal'; export type UseClientParameters = Compute & ConfigParameter>; export type UseClientReturnType = GetClientReturnType; /** https://wagmi.sh/react/api/hooks/useClient */ export declare function useClient(parameters?: UseClientParameters): UseClientReturnType; //# sourceMappingURL=useClient.d.ts.map