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