export declare const EXAMPLE_ETHEREUM_SEND_COIN_REQUEST_DTO: SendCoinRequestDTO; export declare class SendCoinRequestDTO { ticker: string; to: string; amount: string; passphrase: string; gasPrice?: string; gasLimit?: string; isHopTransaction?: boolean; metadata?: string; }