import { BN, Program } from "@project-serum/anchor"; import { PublicKey, Signer } from "@solana/web3.js"; import { Dsov } from "../../types"; export declare const initTransferRecordIx: (program: Program, payer: PublicKey, owner: PublicKey, optionVault: PublicKey, underlyingAssetAccount: PublicKey, stableAssetAccount: PublicKey, lpTokenAccount: PublicKey, transferType: number, underlyingAmount: BN, stableAmount: BN, lpTokenAmount: BN) => Promise; export declare const initTransferRecordRpc: (program: Program, payer: PublicKey, owner: PublicKey, optionVault: PublicKey, underlyingAssetAccount: PublicKey, stableAssetAccount: PublicKey, lpTokenAccount: PublicKey, transferType: number, underlyingAmount: BN, stableAmount: BN, lpTokenAmount: BN, signers: Signer[]) => Promise; //# sourceMappingURL=initTransferRecord.d.ts.map