import { Chain, HttpTransport, PrivateKeyAccount, WalletClient as WalletClientViem } from 'viem';
export declare const ethNativeCurrency: {
name: string;
symbol: string;
decimals: number;
};
export type WalletClient = WalletClientViem<HttpTransport, Chain, PrivateKeyAccount>;