import { type Hex } from "viem";
import type { EthEWallet } from "../eth_ewallet";
export declare function switchChain(this: EthEWallet, chainId: Hex | number): Promise<void>;
