import { Chain } from "viem"; /** * Return the chain that the user is currently connected to. * If user is not connected, return the public chain. (configured in wagmiConfig) * @returns {Chain} */ export declare function useChain(): Chain | undefined; //# sourceMappingURL=useNetwork.d.ts.map