import { ContractTransaction } from '@ethersproject/contracts'; import { IEthersTransactionOptions, IEthersTransactionResult } from '../Types'; export declare function sameString(str1: string, str2: string): boolean; export declare function toTxResult(transactionResponse: ContractTransaction, options?: IEthersTransactionOptions): IEthersTransactionResult;