import { Web3Context } from 'web3-core'; import { EthExecutionAPI, Bytes, TransactionReceipt, DataFormat } from 'web3-types'; export declare function waitForTransactionReceipt(web3Context: Web3Context, transactionHash: Bytes, returnFormat: ReturnFormat, customGetTransactionReceipt?: (web3Context: Web3Context, transactionHash: Bytes, returnFormat: ReturnFormat) => Promise): Promise;