import { Connection, Keypair, PublicKey } from '@solana/web3.js';
export declare function claimSeat(connection: Connection, market: PublicKey, payerKeypair: Keypair): Promise<void>;
//# sourceMappingURL=claimSeat.d.ts.map