import { Address } from 'viem';
import { PharosAgentKit } from '../agent';
export declare function getTokenDecimals(agent: PharosAgentKit, tokenAddress: Address): Promise<number>;
//# sourceMappingURL=getTokenDecimals.d.ts.map