import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare const liquidateObligationInstruction: (liquidityAmount: number | bigint, sourceLiquidity: PublicKey, destinationCollateral: PublicKey, repayReserve: PublicKey, repayReserveLiquiditySupply: PublicKey, withdrawReserve: PublicKey, withdrawReserveCollateralSupply: PublicKey, obligation: PublicKey, lendingMarket: PublicKey, lendingMarketAuthority: PublicKey, transferAuthority: PublicKey, lendingProgram: PublicKey) => TransactionInstruction;