/// import { Provider, RequestInputParams } from '../../interfaces'; import { MethodInput } from './utils'; export interface EstimateGasInput extends MethodInput { txParams: RequestInputParams; } /** * https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_estimategas */ export declare const estimateGas: import("ramda").CurriedFunction2, Promise>;