import { BN, Program } from "@project-serum/anchor"; import { PublicKey, Signer } from "@solana/web3.js"; import { Dsov } from "../../types"; export declare const processDepositIx: (program: Program, minUnderlyingToReceive: BN, maxUnderlyingToSend: BN, minStableToReceive: BN, maxStableToSend: BN, keeper: PublicKey, recordOwner: PublicKey, optionChain: PublicKey, optionVault: PublicKey, volatilityFeed: PublicKey, vaultTradingAccount: PublicKey, priceOracle: PublicKey, underlyingAssetMint: PublicKey, stableAssetMint: PublicKey, keeperUnderlyingTokenAccount: PublicKey, keeperStableTokenAccount: PublicKey) => Promise; export declare const processDepositRpc: (program: Program, minUnderlyingToReceive: BN, maxUnderlyingToSend: BN, minStableToReceive: BN, maxStableToSend: BN, keeper: PublicKey, recordOwner: PublicKey, optionChain: PublicKey, optionVault: PublicKey, volatilityFeed: PublicKey, vaultTradingAccount: PublicKey, priceOracle: PublicKey, underlyingAssetMint: PublicKey, stableAssetMint: PublicKey, keeperUnderlyingTokenAccount: PublicKey, keeperStableTokenAccount: PublicKey, signers: Signer[]) => Promise; //# sourceMappingURL=processDeposit.d.ts.map