import type { GetEthCodeFn } from "@toruslabs/ethereum-controllers"; import type { PublicClient } from "viem"; export declare function getEthCode(publicClient: PublicClient): GetEthCodeFn;