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