import type { Payload, Signature } from './interface'; export declare function calcTxHash(payload: Payload, signature: Signature): `0x${string}`;