import { type Hex } from "viem";
import type { EWalletAccount } from "../types";
import type { EthEWallet } from "../eth_ewallet";
export declare function toViemAccount(this: EthEWallet): Promise<EWalletAccount<"ewallet", Hex>>;
