import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare const withdrawObligationCollateralInstruction: (collateralAmount: number | bigint, sourceCollateral: PublicKey, destinationCollateral: PublicKey, withdrawReserve: PublicKey, obligation: PublicKey, lendingMarket: PublicKey, lendingMarketAuthority: PublicKey, obligationOwner: PublicKey, lendingProgram: PublicKey) => TransactionInstruction;