import { type GetConnectionsReturnType } from '@wagmi/core'; import { type ShallowRef } from 'vue-demi'; import type { ConfigParameter, MaybeRefDeep } from '../types.js'; export type UseConnectionsParameters = MaybeRefDeep; export type UseConnectionsReturnType = ShallowRef; /** https://wagmi.sh/react/api/hooks/useConnections */ export declare function useConnections(parameters?: UseConnectionsParameters): UseConnectionsReturnType; //# sourceMappingURL=useConnections.d.ts.map