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