import { CHAINS, TOKENS } from '@knine-sdk/constants';
export declare const useTokenAddress: (token: TOKENS, chainId?: CHAINS | undefined) => string;
