/** * Derive the tx hash of a signed transaction offline. * * @param signedTx - The hex encoding of a signed transaction */ export declare function getTxHash(signedTx: string): string;