import { Web3Transaction } from '@soul-wallet/extension-base/signers/types'; export declare const mergeTransactionAndSignature: (tx: Web3Transaction, _rawSignature: `0x${string}`) => `0x${string}`;