import * as web3 from "@solana/web3.js"; export declare const PROGRAM_ID: web3.PublicKey; export declare const TOKEN_PROGRAM_ID: web3.PublicKey; export declare const TOKEN_2022_PROGRAM_ID: web3.PublicKey; export declare const ASSOCIATED_TOKEN_PROGRAM_ID: web3.PublicKey; export declare const SYSTEM_PROGRAM_ID: web3.PublicKey; export declare const RENT_SYSVAR: web3.PublicKey;