import { Connection, Transaction, Keypair } from '@solana/web3.js';
import { AnchorWallet } from '@solana/wallet-adapter-react';
export declare function signTransaction(transactionParam: Transaction, wallet: AnchorWallet, connection: Connection, otherSigner?: Keypair): Promise<string>;
