import { Program } from "@project-serum/anchor"; import { PublicKey, Signer } from "@solana/web3.js"; import { Dsov } from "../../types"; export declare const settleExpiredPositionsIx: (program: Program, keeper: PublicKey, tradingAccount: PublicKey, optionChain: PublicKey, euroMetaV2: PublicKey, expirationData: PublicKey, collateralPool: PublicKey, optionMint: PublicKey, writerMint: PublicKey, collateralTokenAccount: PublicKey, seriesId: number, remainingTokenAccounts: PublicKey[]) => Promise; export declare const settleExpiredPositionsRpc: (program: Program, keeper: PublicKey, tradingAccount: PublicKey, optionChain: PublicKey, euroMetaV2: PublicKey, expirationData: PublicKey, collateralPool: PublicKey, optionMint: PublicKey, writerMint: PublicKey, collateralTokenAccount: PublicKey, seriesId: number, remainingTokenAccounts: PublicKey[], signers: Signer[]) => Promise; //# sourceMappingURL=settle_expired_positions.d.ts.map