import { type Config, type GetConnectionReturnType, type ResolvedRegister } from '@wagmi/core'; import type { ConfigParameter } from '@wagmi/core/internal'; import { type ToRefs } from 'vue'; export type UseConnectionParameters = ConfigParameter; export type UseConnectionReturnType = ToRefs>; /** https://wagmi.sh/vue/api/composables/useConnection */ export declare function useConnection(parameters?: UseConnectionParameters): UseConnectionReturnType; //# sourceMappingURL=useConnection.d.ts.map