import { Web3Context } from "web3-core"; import { InternalTransaction } from "web3-eth"; import { EthExecutionAPI, Numbers, DataFormat, FormatType } from "web3-types"; export declare function getTransactionGasPricing(transaction: InternalTransaction, web3Context: Web3Context, returnFormat: ReturnFormat): Promise | undefined>;