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