import { PublicKey, TransactionInstruction } from "@solana/web3.js"; import BN from "bn.js"; export declare const withdrawObligationCollateralInstruction: (collateralAmount: number | BN, srcCollateralPubkey: PublicKey, dstCollateralPubkey: PublicKey, withdrawReservePubkey: PublicKey, obligationPubkey: PublicKey, lendingMarketPubkey: PublicKey, lendingMarketAuthorityPubkey: PublicKey, obligationOwnerPubkey: PublicKey, lendingProgramId?: PublicKey, optStakeAccountPubkey?: PublicKey | undefined, optStakingPoolPubkey?: PublicKey | undefined) => TransactionInstruction; //# sourceMappingURL=withdrawObligationCollateral.d.ts.map