import { BondOfferV3 } from '../../types';
import { web3 } from '@coral-xyz/anchor';
export declare const getAllClosedPerpetualBondOffers: (programId: web3.PublicKey, connection: web3.Connection) => Promise<{
    bondOffersV3: BondOfferV3[];
}>;
