import { Address, AccountMeta, AccountSignerMeta, Instruction, Option, TransactionSigner } from "@solana/kit"; import BN from "bn.js"; export declare const DISCRIMINATOR: Buffer; export interface BorrowObligationLiquidityArgs { liquidityAmount: BN; } export interface BorrowObligationLiquidityAccounts { owner: TransactionSigner; obligation: Address; lendingMarket: Address; lendingMarketAuthority: Address; borrowReserve: Address; borrowReserveLiquidityMint: Address; reserveSourceLiquidity: Address; borrowReserveLiquidityFeeReceiver: Address; userDestinationLiquidity: Address; referrerTokenState: Option
; tokenProgram: Address; instructionSysvarAccount: Address; } export declare const layout: import("buffer-layout").Layout; export declare function borrowObligationLiquidity(args: BorrowObligationLiquidityArgs, accounts: BorrowObligationLiquidityAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=borrowObligationLiquidity.d.ts.map