import { AcalaEvmTXPayload } from './types'; export declare const transactionHash: (tx: AcalaEvmTXPayload) => string;