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 = "CCSND8g73JdfwUqUngbc35hdJCk8HAxGrqdJZWZhHc4s"; /** * Program public key * * @category constants * @category generated */ export declare const PROGRAM_ID: PublicKey;