import { BN, Program } from "@project-serum/anchor"; import { PublicKey, Signer } from "@solana/web3.js"; import { Dsov } from "../../types"; export declare const withdrawFromTradingAccountIx: (program: Program, owner: PublicKey, tradingAccount: PublicKey, tokenWhitelist: PublicKey, receivingTokenAccount: PublicKey, mint: PublicKey, amount: BN, optionChain: PublicKey) => Promise; export declare const withdrawFromTradingAccountRpc: (program: Program, owner: PublicKey, tradingAccount: PublicKey, tokenWhitelist: PublicKey, receivingTokenAccount: PublicKey, mint: PublicKey, amount: BN, optionChain: PublicKey, signers: Signer[]) => Promise; //# sourceMappingURL=withdraw_from_trading_account.d.ts.map