import { Connection, PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare function buyEscrow(connection: Connection, signer: PublicKey, mintAddress: string, price: any, shared?: PublicKey): Promise<{ fullIx: TransactionInstruction[]; buyIx: TransactionInstruction; }>;