export { default } from "./src/wallet-manager-evm.js"; export { default as WalletAccountReadOnlyEvm } from "./src/wallet-account-read-only-evm.js"; export { default as WalletAccountEvm } from "./src/wallet-account-evm.js"; export type TypedDataDomain = import("ethers").TypedDataDomain; export type TypedDataField = import("ethers").TypedDataField; export type AuthorizationRequest = import("ethers").AuthorizationRequest; export type Authorization = import("ethers").Authorization; export type AuthorizationLike = import("ethers").AuthorizationLike; export type EvmTransactionReceipt = import("ethers").TransactionReceipt; export type FeeRates = import("@tetherto/wdk-wallet").FeeRates; export type KeyPair = import("@tetherto/wdk-wallet").KeyPair; export type TransactionResult = import("@tetherto/wdk-wallet").TransactionResult; export type TransferResult = import("@tetherto/wdk-wallet").TransferResult; export type TypedData = import("./src/wallet-account-read-only-evm.js").TypedData; export type DelegationInfo = import("./src/wallet-account-read-only-evm.js").DelegationInfo; export type EvmTransaction = import("./src/wallet-account-read-only-evm.js").EvmTransaction; export type EvmTransferOptions = import("./src/wallet-account-read-only-evm.js").EvmTransferOptions; export type EvmWalletConfig = import("./src/wallet-account-read-only-evm.js").EvmWalletConfig; export type ApproveOptions = import("./src/wallet-account-evm.js").ApproveOptions; export type UnsignedEvmTransaction = import("./src/utils/tx-populator-evm.js").UnsignedEvmTransaction;