import { Transaction, VersionedTransaction } from "@solana/web3.js"; export declare function deserializeTransaction(tx: string | Buffer): Promise;