import { Program } from "@project-serum/anchor"; import { PublicKey, Signer } from "@solana/web3.js"; import { Dsov } from "../../types"; export declare const processWithdrawIx: (program: Program, keeper: PublicKey, recordOwner: PublicKey, optionChain: PublicKey, optionVault: PublicKey, volatilityFeed: PublicKey, vaultTradingAccount: PublicKey, priceOracle: PublicKey, underlyingAssetMint: PublicKey, stableAssetMint: PublicKey, tempSolAccount: PublicKey) => Promise; export declare const processWithdrawRpc: (program: Program, keeper: PublicKey, recordOwner: PublicKey, optionChain: PublicKey, optionVault: PublicKey, volatilityFeed: PublicKey, vaultTradingAccount: PublicKey, priceOracle: PublicKey, underlyingAssetMint: PublicKey, stableAssetMint: PublicKey, signers: Signer[]) => Promise; //# sourceMappingURL=processWithdraw.d.ts.map