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