import type { Account, Chain, Client, PublicActions, RpcSchema, Transport, WalletActions } from "viem"; export type SuperWalletClient = Client & WalletActions>; export declare const createClient: (endpoint: string, mnemonic: string) => Promise;