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