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