import { Chains, TOKEN_NAME } from '.';
export declare const EthereumERC20Token: {
    SAND: string;
    BAT: string;
};
export declare const PolygonERC20Token: {
    SAND: string;
};
export declare const EthereumERC20Tokens: string[];
export declare const PolygonERC20Tokens: string[];
export declare const TokenDecimals: Record<TOKEN_NAME, number>;
export declare const getTokenDecimals: (tokenName: TOKEN_NAME, chain?: Chains) => number;
