import { JsonRpcProvider } from 'ethers'; /** * 获取 ERC20 代币精度(带缓存) */ export declare function getErc20Decimals(provider: JsonRpcProvider, token: string, chainId?: number): Promise; /** @deprecated 使用 getErc20Decimals */ export declare const getErc20DecimalsMerkle: typeof getErc20Decimals;