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