/// <reference types="@solana/web3.js" />
import { BN, web3 } from '@project-serum/anchor';
export declare const unstakeInFusion: (programId: web3.PublicKey, connection: web3.Connection, userPublicKey: web3.PublicKey, mintToStake: web3.PublicKey, mintToHarvest: web3.PublicKey, unstakeAmount: BN) => Promise<web3.TransactionInstruction>;
