import * as anchor from "@project-serum/anchor"; /** * Fill the put option request as a seller. * @param provider Anchor provider * @param assetNftMint Asset NFT which underlies the option * @returns Promise resolving to the transaction signature */ export declare const fillPutOption: (provider: anchor.AnchorProvider, assetNftMint: anchor.web3.PublicKey) => Promise;