import { EthExecutionAPI, HexString, Transaction } from 'web3-types'; import { Web3Context } from 'web3-core'; export declare const prepareTransactionForSigning: (transaction: Transaction, web3Context: Web3Context, privateKey?: HexString | Uint8Array, fillGasPrice?: boolean, fillGasLimit?: boolean) => Promise;