import { PublicKey } from "@solana/web3.js"; /** * PIT Program ID */ export declare const PROGRAM_ID: PublicKey; /** * Operator address (hardcoded in program) */ export declare const OPERATOR: PublicKey; /** * Token-2022 Program ID */ export declare const TOKEN_2022_PROGRAM_ID: PublicKey; /** * wSOL mint address */ export declare const WSOL_MINT: PublicKey; /** * Number of outcomes per pool (S0, S1, S2, S3) */ export declare const NUM_OUTCOMES = 4; /** * Token decimals (matches SOL lamports) */ export declare const TOKEN_DECIMALS = 9; //# sourceMappingURL=program.d.ts.map