import type { EthereumFunctionCall } from "@rarible/ethereum-provider"; import type { EthereumEstimateGasOptions } from "@rarible/ethereum-provider"; import type { ILoggerConfig } from "./logger/logger"; export declare function estimateGas(functionCall: EthereumFunctionCall, options?: EthereumEstimateGasOptions, logger?: ILoggerConfig): Promise;