import { Address, AccountMeta, AccountSignerMeta, Instruction, Option, TransactionSigner } from "@solana/kit"; import BN from "bn.js"; export declare const DISCRIMINATOR: Buffer; export interface DepositReserveLiquidityAndObligationCollateralV2Args { liquidityAmount: BN; } export interface DepositReserveLiquidityAndObligationCollateralV2Accounts { depositAccounts: { owner: TransactionSigner; obligation: Address; lendingMarket: Address; lendingMarketAuthority: Address; reserve: Address; reserveLiquidityMint: Address; reserveLiquiditySupply: Address; reserveCollateralMint: Address; reserveDestinationDepositCollateral: Address; userSourceLiquidity: Address; placeholderUserDestinationCollateral: Option
; collateralTokenProgram: Address; liquidityTokenProgram: Address; instructionSysvarAccount: Address; }; farmsAccounts: { obligationFarmUserState: Option
; reserveFarmState: Option
; }; farmsProgram: Address; } export declare const layout: import("buffer-layout").Layout; export declare function depositReserveLiquidityAndObligationCollateralV2(args: DepositReserveLiquidityAndObligationCollateralV2Args, accounts: DepositReserveLiquidityAndObligationCollateralV2Accounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=depositReserveLiquidityAndObligationCollateralV2.d.ts.map