import { PublicKey, TransactionInstruction } from "@solana/web3.js"; import BN from "bn.js"; export declare const depositObligationCollateralInstruction: (collateralAmount: number | BN, srcCollateralPubkey: PublicKey, dstCollateralPubkey: PublicKey, depositReservePubkey: PublicKey, obligationPubkey: PublicKey, lendingMarketPubkey: PublicKey, marketAuthorityPubkey: PublicKey, obligationOwnerPubkey: PublicKey, transferAuthorityPubkey: PublicKey, lendingProgramId?: PublicKey, stakeAccountPubkey?: PublicKey | undefined, stakingPoolPubkey?: PublicKey | undefined) => TransactionInstruction; //# sourceMappingURL=depositObligationCollateral.d.ts.map