import { PublicKey } from "@solana/web3.js"; export declare const PROGRAM_ID: PublicKey; export declare const TOKEN_PROGRAM_ID: PublicKey; export declare const ASSOCIATED_TOKEN_PROGRAM_ID: PublicKey; export declare const SYSTEM_PROGRAM_ID: PublicKey; export declare const RENT_PROGRAM_ID: PublicKey; export declare const CONFIG_SEED = "config"; export declare const VAULT_SEED = "vault"; export declare const RPC_ENDPOINTS: { devnet: string; mainnet: string; testnet: string; localhost: string; }; //# sourceMappingURL=constants.d.ts.map