import { web3 } from '@project-serum/anchor';
export declare const getAllProgramAccounts: (programId: web3.PublicKey, connection: web3.Connection) => Promise<{
    auctionLots: any[];
    auctions: any[];
}>;
