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