import { PublicKey } from "@solana/web3.js"; export declare const MAINNET_PROGRAM_KEYS: { PSYFI_V2: PublicKey; PSYSTAKE: PublicKey; SERUM: PublicKey; }; export declare const DEVNET_PROGRAM_KEYS: { PSYFI_V2: PublicKey; PSYSTAKE: PublicKey; SERUM: PublicKey; }; export declare const EURO_PRIMITIVE_PROGRAM_ID: PublicKey; //# sourceMappingURL=programData.d.ts.map