/** * Custom hook that automatically switches the network to a specified chain * when a wallet is first connected (not when switching between existing wallets). * * @param chainId - The chain ID to switch to (defaults to ZetaChain mainnet) */ export declare const useAutoNetworkSwitchOnConnection: (chainId?: number) => void; //# sourceMappingURL=useAutoNetworkSwitchOnConnection.d.ts.map