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