import { PublicKey, TransactionInstruction } from "@solana/web3.js"; import BN from "bn.js"; export declare const depositReserveLiquidityAndAddCollateralInstruction: (liquidityAmount: number | BN, srcLiquidityPubkey: PublicKey, dstCollateralPubkey: PublicKey, reservePubkey: PublicKey, reserveLiquiditySupplyPubkey: PublicKey, reserveCollateralMintPubkey: PublicKey, lendingMarketPubkey: PublicKey, lendingMarketAuthorityPubkey: PublicKey, dstDepositCollateralPubkey: PublicKey, obligationPubkey: PublicKey, obligationOwnerPubkey: PublicKey, transferAuthorityPubkey: PublicKey, lendingProgramId?: PublicKey, optStakeAccountPubkey?: PublicKey | undefined, optStakingPoolPubkey?: PublicKey | undefined, stakingProgramId?: PublicKey) => TransactionInstruction; //# sourceMappingURL=depositReserveLiquidityAndAddCollateral.d.ts.map