/// /// import { PublicKey } from '@solana/web3.js'; export declare const platformId = "citrus"; export declare const collectionsCacheKey = "citrus-collections"; export declare const cachePrefix = "citrus"; export declare const collectionsApiUrl = "https://citrus.famousfoxes.com/citrus/allCollections"; export declare const citrusProgram: PublicKey; export declare const loanDataSize = 464;