import { PublicKey } from '@solana/web3.js'; export interface BuyConfig { systemProgram: PublicKey; rent: PublicKey; }