import { type Config, type GetChainIdReturnType, type ResolvedRegister } from '@wagmi/core'; import { type ComputedRef } from 'vue-demi'; import type { ConfigParameter, MaybeRefDeep } from '../types.js'; export type UseChainIdParameters = MaybeRefDeep>; export type UseChainIdReturnType = ComputedRef>; /** https://wagmi.sh/react/api/hooks/useChainId */ export declare function useChainId(parameters?: UseChainIdParameters): UseChainIdReturnType; //# sourceMappingURL=useChainId.d.ts.map