import { PublicKey } from '@solana/web3.js'; export * from './accounts'; export * from './errors'; export * from './instructions'; export * from './types'; /** * Program address * * @category constants * @category generated */ export declare const PROGRAM_ADDRESS = "ccsxqYAg64wuLEh45KabyPvkKjrEfDPsDZUQrGn7mf3"; /** * Program public key * * @category constants * @category generated */ export declare const PROGRAM_ID: PublicKey; //# sourceMappingURL=index.d.ts.map