import { EvmAddress, TronAddress } from './types'; export declare function toEthAddress(tronAddress: string): EvmAddress; export declare function ethToTronAddress(ethAddress: string): TronAddress; export declare function isDef(val: any): boolean;