export declare class EstimateGasEth {
    from: string;
    to: string;
    amount: string;
    data?: string;
}
