import { ethers } from 'ethers'; export declare const getEncodedUnsignedTransaction: (unsignedTransaction: ethers.providers.TransactionRequest) => string; export declare const getEncodedSignedTransaction: (signedTransaction: string) => string; export declare const transactionsAreEqual: (unsignedTransaction: ethers.providers.TransactionRequest, signedTransaction: string) => boolean; //# sourceMappingURL=TransactionHash.d.ts.map