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