import { type Config, type GetPublicClientParameters, type GetPublicClientReturnType, type ResolvedRegister } from '@wagmi/core'; import type { Evaluate } from '@wagmi/core/internal'; import { type DeepReadonly, type ShallowRef } from 'vue-demi'; import type { ConfigParameter, MaybeRefDeep } from '../types.js'; export type UsePublicClientParameters = MaybeRefDeep & ConfigParameter>>; export type UsePublicClientReturnType = ShallowRef>>; /** https://wagmi.sh/react/api/hooks/usePublicClient */ export declare function usePublicClient(parameters?: UsePublicClientParameters): UsePublicClientReturnType; //# sourceMappingURL=usePublicClient.d.ts.map