import { type GetConnectionsReturnType } from '@wagmi/core'; import type { ConfigParameter } from '@wagmi/core/internal'; import { type Ref } from 'vue'; export type UseConnectionsParameters = ConfigParameter; export type UseConnectionsReturnType = Ref; /** https://wagmi.sh/vue/api/composables/useConnections */ export declare function useConnections(parameters?: UseConnectionsParameters): UseConnectionsReturnType; //# sourceMappingURL=useConnections.d.ts.map