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